]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit3187d26b76c145dba8f81a84656908ae541f2a30
tree604f2d815d236aa9c86adaeb466f7377d4d3e747
parentefa4697e0257e260d701fa619f9fb130803c492d
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