Ticket #167 (new defect)

Opened 3 years ago

Last modified 5 months ago

extra path at the end of URI causes 404

Reported by: echochamber at gmail Assigned to: jan
Priority: high Milestone:
Component: mod_userdir Version: 1.3.14
Severity: normal Keywords:
Cc: Blocking:
Need Feedback: 0

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.

Attachments

Change History

12/04/2007 12:33:23 PM changed by anonymous

  • priority changed from normal to high.
  • blocking changed.
  • pending changed.

How to enable that until bug fix?


Add/Change #167 (extra path at the end of URI causes 404)




Change Properties