From: Jim Jagielski Date: Tue, 16 Feb 2016 13:17:21 +0000 (+0000) Subject: promote X-Git-Tag: 2.4.19~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6bffe0ccb111b45e9a913f86aa9c60e7c3690e8;p=thirdparty%2Fapache%2Fhttpd.git promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1730683 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index eee25bf9511..fb6101a1f5e 100644 --- a/STATUS +++ b/STATUS @@ -112,6 +112,14 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_remoteip: Prevent an external proxy from presenting an internal proxy + PR 55962. + Trunk version of patch: + http://svn.apache.org/r1588330 + Trunk patch applies clean, modulo CHANGES + +1: wrowe, mrumph, jim + + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -169,13 +177,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: jim - *) mod_remoteip: Prevent an external proxy from presenting an internal proxy - PR 55962. - Trunk version of patch: - http://svn.apache.org/r1588330 - Trunk patch applies clean, modulo CHANGES - +1: wrowe, mrumph, jim - *) core: Track the useragent_host per-request when mod_remoteip or similar modules track a per-request useragent_ip. Modules should be updated to inquire for ap_get_useragent_host() in place of ap_get_remote_host().