Improve regexp (#1891)

This commit is contained in:
Clément OUDOT 2019-09-13 15:35:05 +02:00
parent 36a1f07786
commit 5c7905e342

View File

@ -84,7 +84,7 @@ sub extractFormInfo {
my $local_url = $self->p->fullUrl($req);
# Remove cancel parameter
$local_url =~ s/cancel=1//;
$local_url =~ s/cancel=1&?//;
# Catch proxy callback
if ( $req->param('casProxy') ) {