Skip to content

Commit a5cfd9f

Browse files
sothavirakjzheaux
authored andcommitted
Downgrade AuthenticationFilter modifier
Fixes gh-7177
1 parent f28681f commit a5cfd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/org/springframework/security/web/authentication/AuthenticationFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ protected void successfulAuthentication(HttpServletRequest request, HttpServletR
166166
this.successHandler.onAuthenticationSuccess(request, response, chain, authentication);
167167
}
168168

169-
public Authentication attemptAuthentication(HttpServletRequest request, HttpServletResponse response)
169+
protected Authentication attemptAuthentication(HttpServletRequest request, HttpServletResponse response)
170170
throws AuthenticationException, IOException, ServletException {
171171
Authentication authentication = this.authenticationConverter.convert(request);
172172
if (authentication == null) {

0 commit comments

Comments
 (0)