mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
Correct bug with SEC-120 location of where filter chain proceeds.
This commit is contained in:
parent
823f93fe3b
commit
fa4c2a6ade
@ -160,9 +160,9 @@ public class RememberMeProcessingFilter implements Filter, InitializingBean,
|
||||
.getAuthentication(),
|
||||
this.getClass()));
|
||||
}
|
||||
|
||||
chain.doFilter(request, response);
|
||||
}
|
||||
|
||||
chain.doFilter(request, response);
|
||||
} else {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug(
|
||||
|
Loading…
x
Reference in New Issue
Block a user