]> granicus.if.org Git - apache/commitdiff
updated CGIPassAuth per current comments
authorJeff Trawick <trawick@apache.org>
Mon, 13 Apr 2015 10:59:19 +0000 (10:59 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 13 Apr 2015 10:59:19 +0000 (10:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673156 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0e08dfd5e50322d97150c844d5669532efe8e5c7..92d5c6956f7199d7c6b6b70eb9e58ffeb832d1f5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -276,13 +276,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
   *) core: Add CGIPassAuth directive to control whether HTTP authorization
      headers are passed to scripts as CGI variables.  PR: 56855
-     trunk patch: http://svn.apache.org/r1642847
+     trunk patch: http://svn.apache.org/r1642847, http://svn.apache.org/r1673155
      2.4.x patch: http://people.apache.org/~trawick/r1642847-to-2.4.x.txt
+                  http://people.apache.org/~trawick/r1642847-r1673155-to-2.4.x.txt
                   (trunk works if you do the normal CHANGES/ap_mmn/core_dir_config
                    merge conflict resolution ;) )
-     +1: trawick, rjung
+     +1: trawick
      rjung: minor nits: "compatibility" in docs, "Controls which HTTP authorization headers"
             in "AP_INIT_FLAG" maybe "whether" instaed of "which" or "enables ...".
+     trawick: thanks; addressed in current patch
 
   *) mod_status: Improve server-status output when called with "?auto"
      (machine readable form).