Correct bug with SEC-120 location of where filter chain proceeds.

This commit is contained in:
Ben Alex 2006-01-28 22:52:17 +00:00
parent 823f93fe3b
commit fa4c2a6ade
1 changed files with 2 additions and 2 deletions

View File

@ -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(