From c49234885b2aa90715a9ea961948d9c2ee4ae996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Deltombe?= Date: Wed, 5 Sep 2012 08:20:11 +0000 Subject: [PATCH] Make CDA working with http cookie (Lemonldap-522) --- lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm index 48b1cf22d..2cf141c24 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm @@ -950,7 +950,7 @@ sub run ($$) { } # Cross domain authentication - if ( $cda and $args =~ s/[\?&]?($cookieName=\w+)$//oi ) { + if ( $cda and $args =~ s/[\?&]?($cookieName(http)?=\w+)$//oi ) { my $str = $1; $class->lmLog( 'CDA request', 'debug' ); $apacheRequest->args($args);