]> granicus.if.org Git - apache/commitdiff
propose mod_rewrite loop-breaking patch, fix some formatting.
authorEric Covener <covener@apache.org>
Sat, 25 Jan 2014 18:37:14 +0000 (18:37 +0000)
committerEric Covener <covener@apache.org>
Sat, 25 Jan 2014 18:37:14 +0000 (18:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1561365 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index eca46b559ca055bd8a35905c1c0cd35fb08b26af..cc4e73a3ce6ad64a63bd1a5c2af90053efbd3634 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -164,12 +164,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   
   * mod_dir: provide a directive to skip mod_dir processing if any other
     handler has been configured, as in 2.2. 
-    trunk patch http://svn.apache.org/r1557639 
+    trunk patch: http://svn.apache.org/r1557639 
                 http://svn.apache.org/r1557640
     2.4.x patch: http://people.apache.org/~covener/patches/2.4.x-moddir-skiphandler.diff
-    +1 covener 
+    +1: covener 
     (I could be convincd to flip the default here, but I think it's too late)
 
+   * mod_rewrite: Don't loop forever if the [N] flag isn't making progress.
+     trunk patch http://svn.apache.org/r1556206
+     2.4.x patch: trunk works
+     +1: covener
 
 OTHER PROPOSALS