Fix missing lower case in header based auth. (#628)
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
@@ -132,7 +132,7 @@ public class ControllerPreAuthenticatedSecurityHeaderFilter extends AbstractCont
|
||||
if (LOGGER.isTraceEnabled()) {
|
||||
LOGGER.trace("Found matching ssl issuer hash at position {}", iHeader);
|
||||
}
|
||||
return foundHash;
|
||||
return foundHash.toLowerCase();
|
||||
}
|
||||
iHeader++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user