]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
backport HTTP strict processing from 2.4.x.
authorEric Covener <covener@apache.org>
Thu, 5 Jan 2017 01:57:54 +0000 (01:57 +0000)
committerEric Covener <covener@apache.org>
Thu, 5 Jan 2017 01:57:54 +0000 (01:57 +0000)
commit02b4a0353249e7f53bd215b5097bb0e27ea0d7c1
treed212de083b50d1266ab2e24edd8b3b507a2ccedb
parent55495ebb80f5597ff4fc5ed2f1d0f643b63f378e
backport HTTP strict processing from 2.4.x.

This backport is hand-constructed from many commits of HTTP strict,
subsequent fixes, as well as dependencies that hadn't been backported
to 2.2.x.

The bulk is merged from httpd-2.4.x-merge-http-strict branch r1767941 - r1775671
Further details on httpd-2.2.x-merge-http-strict

Submitted By: sf, wrowe
Reviewed By: covener, ylavic, wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1777405 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
CHANGES
docs/manual/mod/core.xml
include/ap_mmn.h
include/http_core.h
include/http_protocol.h
include/httpd.h
modules/http/http_filters.c
server/core.c
server/gen_test_char.c
server/protocol.c
server/util.c
server/vhost.c