]> granicus.if.org Git - apache/commit
Change HttpProtocol to again only allow to enable/disable 0.9
authorStefan Fritsch <sf@apache.org>
Sat, 22 Dec 2012 22:55:38 +0000 (22:55 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 22 Dec 2012 22:55:38 +0000 (22:55 +0000)
commitb5c09660069ab60641fde8417ce7a40bca60e062
tree604f2d815d236aa9c86adaeb466f7377d4d3e747
parent8a94c4aa9b40687306afd2ea230dffbf86b3c736
Change HttpProtocol to again only allow to enable/disable 0.9

This reverts r1407643, but changes the syntax of HttpProtocol to
min=0.9|1.0, which is less ambiguous than the previous +0.9|-0.9.

Allowing to configure an arbitrary version range was a bad idea,
because it only checked the version in the request line, without
affecting the semantics of the headers, etc.

A tighter restriction off the version in the request line is still
possible with <If "%{SERVER_PROTOCOL_NUM} ..."> .

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1425366 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/http_core.h
server/core.c
server/protocol.c