Project

General

Profile

Actions

Bug #167

closed

extra path at the end of URI causes 404

Added by Anonymous over 18 years ago. Updated about 7 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_userdir
Target version:
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

Actions #1

Updated by Anonymous over 16 years ago

How to enable that until bug fix?

Actions #2

Updated by stbuehler over 15 years ago

  • Status changed from New to Fixed
  • Resolution set to worksforme
Actions #3

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Missing Feedback
Actions #4

Updated by gstrauss about 7 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.

Actions

Also available in: Atom