]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Notes are good here too
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 18 Dec 2001 15:34:01 +0000 (15:34 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 18 Dec 2001 15:34:01 +0000 (15:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92517 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES

index 54bcd43ab9dea9db72244e17d14ea636618da810..db0d3355de03e9df9d6b436762f9afd25a943530 100644 (file)
@@ -1,4 +1,8 @@
 Changes with Apache 1.3.23
+
+  *) Revert mod_negotation's handling of path_info and query_args
+     to the 1.3.20 behavior.  PR: 8628, 8582, 8538  [William Rowe]
+
   *) Modify buff.h and buff.c to enable modules to intercept the
      output byte stream for dynamic page caching. A pointer to a 
      'filter callback' function is added to the end of buff.h.