From 97519d6cd4a15116d3b1d96d6bb3a9aa06032245 Mon Sep 17 00:00:00 2001 From: svrjs Date: Wed, 2 Aug 2023 23:54:07 +0200 Subject: [PATCH] Fixed bug with ENOTDIR error (was 500, now it's 404) and with forbidden path checker. --- index.html | 11 +- licenses/index.html | 8 +- svr.js | 396 +++++++++++++++++++++++--------------------- tests.html | 4 +- 4 files changed, 217 insertions(+), 202 deletions(-) diff --git a/index.html b/index.html index cc449ce..fec351f 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - SVR.JS 3.6.1 + SVR.JS 3.6.2 -

Welcome to SVR.JS 3.6.1

+

Welcome to SVR.JS 3.6.2



@@ -110,10 +110,9 @@

Changes:

Bugs: