CVSROOT: /cvs Module name: src Changes by: chr...@cvs.openbsd.org 2014/08/13 02:08:55
Modified files: usr.sbin/httpd : httpd.c Log message: fix early loop termination in httpd path_info() without this fix httpd always put at least the first path component in SCRIPT_NAME even when it did not exist. Now for completely non-existant paths everything goes into PATH_INFO.