mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +00:00
Correct screwy formatting.
This commit is contained in:
parent
3977e3b822
commit
9b5aa159aa
@ -97,8 +97,8 @@ public class X509AuthenticationProvider implements AuthenticationProvider,
|
||||
logger.debug("X509 authentication request: " + authentication);
|
||||
}
|
||||
|
||||
X509Certificate clientCertificate = (X509Certificate) authentication
|
||||
.getCredentials();
|
||||
X509Certificate clientCertificate =
|
||||
(X509Certificate) authentication.getCredentials();
|
||||
|
||||
if (clientCertificate == null) {
|
||||
throw new BadCredentialsException(messages.getMessage(
|
||||
|
Loading…
x
Reference in New Issue
Block a user