From: Paul J. Reder Date: Tue, 15 Jul 2003 21:41:23 +0000 (+0000) Subject: Update the header token parsing code to allow LWS between the X-Git-Tag: pre_ajp_proxy~1414 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d2def3fd063a3a3518b16ef53ff5b09123a6336;p=apache Update the header token parsing code to allow LWS between the token word and the ':' seperator. [PR 16520] [submitted: Kris Verbeeck and Nicel KM ] [Reviewed: and Paul J. Reder] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100642 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 21d53df351..4b190883ef 100644 --- a/CHANGES +++ b/CHANGES @@ -47,13 +47,6 @@ Changes with Apache 2.1.0-dev location. Default is to reject path information. PR 21059. [André Malo] - *) Update the header token parsing code to allow LWS between the - token word and the ':' seperator. [PR 16520] - [submitted: Kris Verbeeck and - Nicel KM ] - [Reviewed: and - Paul J. Reder] - *) mod_ext_filter: Add the ability to filter request bodies. [Philipp Reisner ] @@ -197,6 +190,13 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.48 + *) Update the header token parsing code to allow LWS between the + token word and the ':' seperator. [PR 16520] + [submitted: Kris Verbeeck and + Nicel KM ] + [Reviewed: and + Paul J. Reder] + *) Eliminate creation of a temporary table in ap_get_mime_headers_core() Submitted by: Joe Schaefer Reviewed by: Brian Pane