]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
give a better example in explanation
authorChris Darroch <chrisd@apache.org>
Sat, 10 May 2008 01:34:06 +0000 (01:34 +0000)
committerChris Darroch <chrisd@apache.org>
Sat, 10 May 2008 01:34:06 +0000 (01:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@655003 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 007ff6d45f39ec81dd60528527340a7bca9c9476..2b1fc3dd8ebd4b4dc0d6efea817dd10b035569aa 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -150,10 +150,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  If r->uri is NULL then the preceding call to
                  ap_getparents() crashes, so no functional modules
                  could be doing this.  As for empty r->uri values,
-                 <Location ""> will match against these (along with
-                 everything else), so we shouldn't bypass them.
-                 (Such <Location> usage may not be what's expected, but
-                 it works and could be in use by someone.)
+                 <LocationMatch ^$> will match against these, so we
+                 shouldn't bypass them.  (Such <LocationMatch> usage may
+                 not be common, but it works and could be in use by someone.)
 
  * Support chroot on unix-family platforms
    PR 43596