[shibboleth-sp2] 01/01: Fix for secadv 20060615
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to annotated tag 1.2.1c
in repository shibboleth-sp2.
commit 46c20b18ab9ec59b585cc040a59fa20994124b63
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Fri Jun 16 03:35:04 2006 +0000
Fix for secadv 20060615
---
apache/mod_apache.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/apache/mod_apache.cpp b/apache/mod_apache.cpp
index 7e526a1..5c1f692 100644
--- a/apache/mod_apache.cpp
+++ b/apache/mod_apache.cpp
@@ -409,8 +409,10 @@ extern "C" int shib_check_user(request_rec* r)
Iterator<const IAttributeRule*> rules=aap->getAttributeRules();
while (rules.hasNext()) {
const char* header=rules.next()->getHeader();
- if (header)
+ if (header) {
ap_table_unset(r->headers_in,header);
+ ap_table_set(r->headers_in,header,"");
+ }
}
}
catch(...) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list