Little security (#1385)

This commit is contained in:
Xavier Guimard 2018-03-10 09:42:29 +01:00
parent 33c764855d
commit 3356afdaa8

View File

@ -462,7 +462,7 @@ sub checkMessage {
# Response in body part
$response = $req->param('SAMLResponse');
$response =~ s/ /+/g;
$response =~ s/ /+/gs;
$self->logger->debug("HTTP-POST: SAML Response $response");
}