From: Jim Jagielski Date: Tue, 1 Nov 2016 11:50:06 +0000 (+0000) Subject: promotes X-Git-Tag: 2.4.24~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cb62155d41b269332aef3a9067bc1940c115d42;p=apache promotes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1767481 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d9aef729a9..d06d6df3ca 100644 --- a/STATUS +++ b/STATUS @@ -117,6 +117,18 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) core: avoid adding multiple subrequest filters when there are nested + subrequests. PR58292 + trunk patch: http://svn.apache.org/r1698239 + 2.4.x patch: trunk works + +1: covener, ylavic, jim + + *) mod_remoteip: Pick up where we left off during a subrequest rather + than running with the modified XFF but original TCP address. PR49839/PR60251 + trunk patch: http://svn.apache.org/r1688399 + 2.4.x patch: trunk works + +1: covener, ylavic, jim + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -189,18 +201,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: avoids a lot of "warning: 'aplog_module_index' defined but not used [-Wunused-const-variable=]" thanks to AP_MAYBE_UNUSED. - *) core: avoid adding multiple subrequest filters when there are nested - subrequests. PR58292 - trunk patch: http://svn.apache.org/r1698239 - 2.4.x patch: trunk works - +1: covener, ylavic, jim - - *) mod_remoteip: Pick up where we left off during a subrequest rather - than running with the modified XFF but original TCP address. PR49839/PR60251 - trunk patch: http://svn.apache.org/r1688399 - 2.4.x patch: trunk works - +1: covener, ylavic, jim - *) mod_cache: Bring up-to-date w/ trunk. trunk patch: try to use the key of a possible open but stale cache entry (PR 50317)