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)
commit072e8bc0a42031722a1c5005ebc6aa304e43c0a8
treef8722193243564af977b8c8984ba333c1466cba3
parent0dee415b1a371573e705c18f09e70c555845e428
404 handling for pre-parsed CGI handling

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.
PLP/CGI.pm