From: Eric Covener Date: Mon, 11 Apr 2016 13:43:19 +0000 (+0000) Subject: dev@ discussion, don't let this get committed prematurely X-Git-Tag: 2.4.21~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d0c976e164fa6c78a8d135b7bce67d63de3e283;p=thirdparty%2Fapache%2Fhttpd.git dev@ discussion, don't let this get committed prematurely git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1738585 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 60cbe44dc72..c847d4d97e4 100644 --- a/STATUS +++ b/STATUS @@ -175,15 +175,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk patch works (compatibility note to be adjusted) +1: jailletc36 - *) core: block Define and Undefine in vhost and directory context. Because - it is EXEC_ON_READ, it "breaks out" of these contexts anyway. - trunk patch: http://svn.apache.org/r1656063 - http://svn.apache.org/r1656122 - 2.4.x patch: http://people.apache.org/~covener/patches/2.4.x-define-limits.diff - - +1: covener (I need to review the docs manually in this area) - - + PATCHES/ISSUES THAT ARE BEING WORKED *) http: Don't remove the Content-Length of zero from a HEAD response if @@ -228,6 +220,15 @@ PATCHES/ISSUES THAT ARE BEING WORKED jim: Non-blocking seems the best way to handle... + * core: block Define and Undefine in vhost and directory context. Because + it is EXEC_ON_READ, it "breaks out" of these contexts anyway. + trunk patch: http://svn.apache.org/r1656063 + http://svn.apache.org/r1656122 + 2.4.x patch: http://people.apache.org/~covener/patches/2.4.x-define-limits.diff + + +1: covener (I need to review the docs manually in this area) + + PATCHES/ISSUES THAT ARE STALLED * core: Add ap_errorlog_provider to make ErrorLog logging modular. This