]> granicus.if.org Git - apache/commitdiff
Update the header token parsing code to allow LWS between the
authorPaul J. Reder <rederpj@apache.org>
Tue, 15 Jul 2003 21:41:23 +0000 (21:41 +0000)
committerPaul J. Reder <rederpj@apache.org>
Tue, 15 Jul 2003 21:41:23 +0000 (21:41 +0000)
token word and the ':' seperator.  [PR 16520]
[submitted: Kris Verbeeck <kris.verbeeck@advalvas.be> and
            Nicel KM <mnicel@yahoo.com>]
[Reviewed: <coad@measurement-factory.com> and
           Paul J. Reder]

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 21d53df3513d8fdd9419319a8d062672d7588866..4b190883ef56e9759d842515c6f3d59afa7feff9 100644 (file)
--- 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 <kris.verbeeck@advalvas.be> and
-                 Nicel KM <mnicel@yahoo.com>]
-     [Reviewed: <coad@measurement-factory.com> and
-                Paul J. Reder]
-
   *) mod_ext_filter: Add the ability to filter request bodies.
      [Philipp Reisner <philipp.reisner@linbit.com>]
 
@@ -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 <kris.verbeeck@advalvas.be> and
+                 Nicel KM <mnicel@yahoo.com>]
+     [Reviewed: <coad@measurement-factory.com> and
+                Paul J. Reder]
+
   *) Eliminate creation of a temporary table in ap_get_mime_headers_core()
      Submitted by: Joe Schaefer <joe+gmane@sunstarsys.com>
      Reviewed by: Brian Pane