]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add ProtocolReqCheck directive, which determines if Apache will
authorJim Jagielski <jim@apache.org>
Mon, 8 Jul 2002 18:06:55 +0000 (18:06 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 8 Jul 2002 18:06:55 +0000 (18:06 +0000)
commit32d7bfd7b3c89e6b6a4c0e02884b589cd5af2621
tree64f6768aa6f2b81abbefa3efe158ecb6c00d58b4
parent695589517af7c6cf4729e77c34e4580b079641c4
Add ProtocolReqCheck directive, which determines if Apache will
check for a valid protocol string in the request (eg: HTTP/1.1)
and return HTTP_BAD_REQUEST if not valid. Versions of Apache
prior to 1.3.26 would silently ignore bad protocol strings, but
1.3.26 included a more strict check. This makes it runtime
configurable. The default is On. This also removes the requirement
on an ANSI sscanf() implementation.

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95978 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/include/http_conf_globals.h
src/main/http_core.c
src/main/http_main.c
src/main/http_protocol.c