]> granicus.if.org Git - apache/commitdiff
Rambling on
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 6 Sep 2001 16:52:14 +0000 (16:52 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 6 Sep 2001 16:52:14 +0000 (16:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90926 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 139704a5f4dc419423ceb6f73c6ae520af4df3c7..e5874bdcd64fdfafa070fe3885dc8ab6c1654f9c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
 Changes with Apache 2.0.26-dev
 
+  *) Optimized location_walk, so subrequests, redirects and second passes
+     now reuse previous section merges on a <Location > by <Location >
+     basis, until we mismatch with the original location_walk. 
+     [William Rowe]
+
   *) Back out the 1.45 change to util_script.c.  This change made
      us set the environment variable REQUEST_URI to the redirected
      URI, instead of the originally requested URI.