From: Eric Covener Date: Sat, 25 Jan 2014 18:37:14 +0000 (+0000) Subject: propose mod_rewrite loop-breaking patch, fix some formatting. X-Git-Tag: 2.4.8~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f679a4d9a8ba005b1274924c2b3370efcd949de;p=apache propose mod_rewrite loop-breaking patch, fix some formatting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1561365 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index eca46b559c..cc4e73a3ce 100644 --- 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