From: Eric Covener Date: Sat, 18 Jan 2014 19:46:05 +0000 (+0000) Subject: propose a fix for the mod_dir vs mod_rewrite issues X-Git-Tag: 2.4.8~239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8894b4a6650a88d8b696ba47dcc712939b5db2d3;p=apache propose a fix for the mod_dir vs mod_rewrite issues git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1559404 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f72eedae18..c33a691d84 100644 --- 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