On Wed, Aug 13, 2014 at 02:08:55AM -0600, Christopher Zimmermann wrote: > 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. >
Your forgot to mention: ok reyk@