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…
Reference in New Issue