]> granicus.if.org Git - apache/commitdiff
Submitted for consideration...
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 12 Feb 2016 01:24:44 +0000 (01:24 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 12 Feb 2016 01:24:44 +0000 (01:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1729932 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 337d41fbcd6a0b410c68b792645bed5afb4960dc..9c5dd259b427774db6b93a0c0eba3066580ec31c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -185,6 +185,28 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Trunk patch applies clean, modulo CHANGES
      +1: wrowe, mrumph
 
+  *) 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().
+     Trunk version of patch:
+         http://svn.apache.org/r1729929
+     Trunk patch to core.c/http_core.h applies, modulo CHANGES & ap_mmn.h
+     +1: wrowe
+
+  *) hostname: Test and log useragent_host per-request across various modules,
+     including the scoreboard, expression and rewrite engines, setenvif,
+     authz_host, access_compat, custom logging, ssl and REMOTE_HOST variables.
+     PR55348  [William Rowe]
+     Trunk version of patch:
+         http://svn.apache.org/r1729930
+         http://svn.apache.org/r1729931
+     Trunk patch r1729930 applies, modulo CHANGES
+     Backport patch to r1729931 is noted in the commit log message
+     Requires r1729929 to be applied.
+     +1: wrowe
+
+
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if