Make CDA working with http cookie (Lemonldap-522)

This commit is contained in:
François-Xavier Deltombe 2012-09-05 08:20:11 +00:00
parent 7257df0670
commit c49234885b

View File

@ -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);