]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Allow for null/all-whitespace C-L fields as we did pre-1.3.26. However,
authorJim Jagielski <jim@apache.org>
Tue, 9 Jul 2002 14:47:24 +0000 (14:47 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 9 Jul 2002 14:47:24 +0000 (14:47 +0000)
commitaca9f131f321c412e1ea071948d2c3b17d8af9a9
tree4471c90c3a22df9b700aa4be2f1d106926f81f24
parent32d7bfd7b3c89e6b6a4c0e02884b589cd5af2621
Allow for null/all-whitespace C-L fields as we did pre-1.3.26. However,
we do not allow for the total bogusness of values for C-L, just this
one special case. IMO a C-L field of "iloveyou" is bogus as is one
of "123yabbadabbado", which older versions appear to have allowed
(and in the 1st case, assume 0 and in the 2nd assume 123). Didn't
make sense to make this runtime, but a documented special case
instead.
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95986 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/main/http_protocol.c