[#]
http://marc.info/?l=openbsd-cvs&m=140793013706191&w=2
openbsd-cvs(obsdave,2) — All
2014-08-13 15:55:10
> CVSROOT: /cvs
> 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.
>
Your forgot to mention:
ok reyk@