mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
removed the keyName field
Closes #40067 Signed-off-by: Anchels <mishtitov@gmail.com>
This commit is contained in:
parent
90d241087d
commit
0c33217729
@ -135,8 +135,6 @@ public class XMLSignatureUtil {
|
||||
|
||||
private boolean keyLocated = false;
|
||||
|
||||
private String keyName = null;
|
||||
|
||||
public KeySelectorUtilizingKeyNameHint(KeyLocator locator) {
|
||||
this.locator = locator;
|
||||
}
|
||||
@ -527,7 +525,7 @@ public class XMLSignatureUtil {
|
||||
return false;
|
||||
}
|
||||
} catch (XMLSignatureException ex) { // pass through MarshalException
|
||||
logger.debug("Verification failed for key " + sel.keyName + ": " + ex);
|
||||
logger.debug("Verification failed: " + ex);
|
||||
logger.trace(ex);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user