]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
List discussion resulted in rejecting all but SP characters in the request
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 22 Nov 2016 18:33:20 +0000 (18:33 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 22 Nov 2016 18:33:20 +0000 (18:33 +0000)
commit108f897191ac318519fca628bdad254db853b6f7
tree4dac8aaa68a484e8db20beae1ab85291d6911d74
parent3b5986c5aab489231517e81a96f6a873fccc9cea
List discussion resulted in rejecting all but SP characters in the request
line, but in the strict mode prioritize excessive space testing over bad
space testing (which is captured later) and make both more efficient
(at this test ll[0] is already whitespace or \0 char). Also correct a comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1770867 13f79535-47bb-0310-9956-ffa450edef68
server/protocol.c