[#]
http://marc.info/?l=openbsd-cvs&m=140791736601801&w=2
openbsd-cvs(obsdave,2) — All
2014-08-13 12:55:09
Module name: src
Changes by: chrisz@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.