]> sjero.net Git - wget/blobdiff - tests/HTTPServer.pm
[svn] Unset svn:executable property.
[wget] / tests / HTTPServer.pm
old mode 100755 (executable)
new mode 100644 (file)
index 2d56160..d29ea30
@@ -32,9 +32,9 @@ sub run {
             if ($url_path =~ m{/$}) { # append 'index.html'
                 $url_path .= 'index.html';
             }
-            if ($url_path =~ m{^/}) { # remove trailing '/'
-                $url_path = substr ($url_path, 1);
-            }
+            #if ($url_path =~ m{^/}) { # remove trailing '/'
+            #    $url_path = substr ($url_path, 1);
+            #}
             if ($log) {
                 print STDERR "Method: ", $req->method, "\n";
                 print STDERR "Path: ", $url_path, "\n";