404 handling for pre-parsed CGI handling
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 27 Jul 2007 19:13:52 +0000 (19:13 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 14 Mar 2008 00:29:14 +0000 (01:29 +0100)
When using SCRIPT_FILENAME provided by server, still make sure the file
exists. Lighttpd can provide non-existant files when setting check-local
is turned off.

PATH_TRANSLATED handling (i.e. Apache) is unaffected: always does 404
checking when walking the path.


No differences found