Bug #167
closedextra path at the end of URI causes 404
ASK QUESTIONS IN Forums:
Description
According to CGI 1.1 spec, when http://example.com/foo.cgi is valid,
http://example.com/foo.cgi/bar is also valid,
with environment variable PATH_INFO set to "/bar".
Lighttpd is OK with these URIs.
However, with userdir, the extra path causes "404 - Not Found".
That is, when http://example.com/~username/foo.cgi is OK,
http://example.com/~username/foo.cgi/bar should be also OK,
but lighttpd produces 404.
-- echochamber at gmail
Updated by stbuehler over 12 years ago
- Status changed from New to Fixed
- Resolution set to worksforme
Updated by gstrauss almost 4 years ago
- Description updated (diff)
- Status changed from Missing Feedback to Fixed
- Priority changed from High to Normal
- Target version set to 1.4.x
Fixed a long time ago, likely in 17762fad back in Jan 2014.
Also available in: Atom