From e5292fb0e1ec7dac63578a849faba569e7f5d8e3 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 8 Sep 2013 20:10:44 +0000 Subject: [PATCH] propose two mod_headers things in trunk only git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1520914 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/STATUS b/STATUS index c2613b956b..85edafb243 100644 --- a/STATUS +++ b/STATUS @@ -232,6 +232,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk patch: http://svn.apache.org/r1520368 2.4.x patch: trunk patch works +1: trawick + + * mod_headers: Add 'Header SetIfEmpty header-name val' to only set + a header if it's not already there (can't do this with Edit) + trunk patch: http://svn.apache.org/1496338 + 2.4.x patch: trunk works + +1: covener + + * mod_headers: Add 'Header note header-name note-name' to copy a headers + value into a note (so a CGI/Proxy header can be deleted and logged) + trunk patch: http://svn.apache.org/r1520908 + 2.4.x patch: trunk works, if 1496338 above is merged first. + +1: covener A list of further possible backports can be found at: http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt -- 2.50.1