Make httpd return "404 not found" if an intermediate component of a requested
authorstsp <stsp@openbsd.org>
Tue, 6 Jan 2015 17:55:28 +0000 (17:55 +0000)
committerstsp <stsp@openbsd.org>
Tue, 6 Jan 2015 17:55:28 +0000 (17:55 +0000)
commitb259b07e460df8380b934668e3767da740044136
tree9a3e92e60b0abab60ca297d36b06f5b8395a09b3
parent0859b34fddfdff19f1f36b3bda6e110afef66a1f
Make httpd return "404 not found" if an intermediate component of a requested
file path does not exist rather than returning "500 internal server error".
ok reyk
usr.sbin/httpd/server_file.c