You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2014/01/18 20:46:05 UTC

svn commit: r1559404 - /httpd/httpd/branches/2.4.x/STATUS

Author: covener
Date: Sat Jan 18 19:46:05 2014
New Revision: 1559404

URL: http://svn.apache.org/r1559404
Log:
propose a fix for the mod_dir vs mod_rewrite issues


Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1559404&r1=1559403&r2=1559404&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Jan 18 19:46:05 2014
@@ -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