]> granicus.if.org Git - apache/commit
Merge r1773159 from trunk:
authorJim Jagielski <jim@apache.org>
Mon, 12 Dec 2016 15:22:49 +0000 (15:22 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 12 Dec 2016 15:22:49 +0000 (15:22 +0000)
commit693838dccc16e467358ff1be2199a64d250f2f35
tree122e7d3a7c51976137e3136c1e77ac87230ce083
parent541623e63b7ff10a6fa1cf45e6331fc99b57ef6c
Merge r1773159 from trunk:

Partial port of proposed r1773158 for httpd-2.x only; this change causes all
illegible protocol args to be rejected, irrespective of the strict toggle as
we expect this to occur with a garbage raw SP embedded in the request URI.

Simplifies the code using the protocol 0.9 sentinal to set up an http/1.0
error response.

String duplication of r1773158 is uninteresting, httpd-2.x has a const protocol
member.

Submitted by: rpluem, wrowe

Submitted by: wrowe
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1773802 13f79535-47bb-0310-9956-ffa450edef68
STATUS
server/protocol.c