]> granicus.if.org Git - apache/commitdiff
propose a fix for the mod_dir vs mod_rewrite issues
authorEric Covener <covener@apache.org>
Sat, 18 Jan 2014 19:46:05 +0000 (19:46 +0000)
committerEric Covener <covener@apache.org>
Sat, 18 Jan 2014 19:46:05 +0000 (19:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1559404 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f72eedae187235fa9fd6d00476d7e93579d7ed4e..c33a691d846acf2ba88f4a5e6de670274c1a593d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -200,6 +200,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     trunk patch: https://svn.apache.org/r1534890
     2.4.x patch: trunk patch works
     +1: trawick, covener
+  
+  * mod_dir: stop trying to index or redirect requests that are halfway
+    through being rewritten by per-dir mod_rewrite. Old releases would skip any
+    unknown r->handler. PR53929
+    trunk patch: http://svn.apache.org/r1557641 
+                 http://svn.apache.org/r1559394
+                 http://svn.apache.org/r1559398
+    2.4.x patch: http://people.apache.org/~covener/patches/2.4.x-moddir_skip_rewritten.diff
+                 (skips change of handler name)
+    +1: covener
 
 OTHER PROPOSALS