Skip to content

Commit 8d4d813

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 39fe357 commit 8d4d813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/saml/SamlObjectHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ private ElasticsearchSecurityException samlSignatureException(
252252
) {
253253
final String issuerValue = issuer != null ? issuer.getValue() : "";
254254
logger.warn(
255-
"The XML Signature of this SAML message cannot be validated. Please verify that the saml realm uses the correct SAML " +
256-
"metadata file/URL for this Identity Provider {}",
255+
"The XML Signature of this SAML message cannot be validated. Please verify that the saml realm uses the correct SAML "
256+
+ "metadata file/URL for this Identity Provider {}",
257257
issuerValue
258258
);
259259
final String msg = "SAML Signature [{}] could not be validated against [{}]";

0 commit comments

Comments
 (0)