]> granicus.if.org Git - apache/commitdiff
vote
authorStefan Eissing <icing@apache.org>
Wed, 2 Mar 2016 12:25:43 +0000 (12:25 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 2 Mar 2016 12:25:43 +0000 (12:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1733270 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 951051e080ee838190c9eeedb22539c15fb8cab1..43dcff5817bd32e764d4e94dce28007983a70fbe 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -129,6 +129,15 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
      +1: jailletc36, ylavic, icing
 
+  *) 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
+     Note: httpd.h comment r.e. realiging bit fields must be omitted.
+     +1: wrowe, ylavic, icing
+
   *) 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.
@@ -168,15 +177,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              startup with "BalancerPersist on" due to the strict checks on
              the sizes of existing slotmems (slotmem_create/attach)?
 
-  *) 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
-     Note: httpd.h comment r.e. realiging bit fields must be omitted.
-     +1: wrowe, ylavic
-
   *) Use pre_connection hook in event.c to properly setup connection state
      of slave connections (eliminates hacks in mod_http2).
      Trunk patch: