From: Jeff Trawick Date: Mon, 13 Apr 2015 10:59:19 +0000 (+0000) Subject: updated CGIPassAuth per current comments X-Git-Tag: 2.4.13~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eea065109194efefaa3169397fd2bcf17a2d4ce;p=thirdparty%2Fapache%2Fhttpd.git updated CGIPassAuth per current comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673156 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0e08dfd5e50..92d5c6956f7 100644 --- 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).