aboutsummaryrefslogtreecommitdiff
path: root/lib/http/testdata/Server_HandleFS/b.html
AgeCommit message (Collapse)Author
2026-02-05lib/http: handle file system with canonical directory end with slash "/"Shulhan
Previously, if request to directory does not end with "/", the HTTP server will return the index.html of that directory. This cause relative link inside the index.html broken when visited from browser. This changes make the request to directory always end with "/" by redirecting the request with status 303 Found.