From: Eric Covener Date: Wed, 2 Mar 2016 14:02:52 +0000 (+0000) Subject: time to yank, still working on the issue with the cpanel guys, X-Git-Tag: 2.4.19~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05698886b65bbdf8c420df349e25ed5a5c5e46ce;p=thirdparty%2Fapache%2Fhttpd.git time to yank, still working on the issue with the cpanel guys, but the first fix is bad. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1733292 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index c53d4265be5..ceae2de1d58 100644 --- a/STATUS +++ b/STATUS @@ -227,6 +227,12 @@ PATCHES/ISSUES THAT ARE BEING WORKED make it nonblocking (by default)? jim: Non-blocking seems the best way to handle... + * mod_rewrite: PR58854: Revert r1726016 (rewrite looping issue) which was + reverted in trunk in r1732896. The fix is bad and breaks old loop + avoidance. + + +1 covener + PATCHES/ISSUES THAT ARE STALLED * core: Add ap_errorlog_provider to make ErrorLog logging modular. This