Skip to content

Commit 9c599fa

Browse files
Fix formatting
1 parent 8d58113 commit 9c599fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/web/authentication/Saml2WebSsoAuthenticationFilter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ public class Saml2WebSsoAuthenticationFilter extends AbstractAuthenticationProce
4848
public static final String DEFAULT_FILTER_PROCESSES_URI = "/login/saml2/sso/{registrationId}";
4949

5050
private static final RequestMatcher DEFAULT_REQUEST_MATCHER = new OrRequestMatcher(
51-
new AntPathRequestMatcher(DEFAULT_FILTER_PROCESSES_URI),
52-
new AntPathRequestMatcher("/login/saml2/sso"));
51+
new AntPathRequestMatcher(DEFAULT_FILTER_PROCESSES_URI), new AntPathRequestMatcher("/login/saml2/sso"));
5352

5453
private final AuthenticationConverter authenticationConverter;
5554

0 commit comments

Comments
 (0)