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

View File

@@ -160,9 +160,9 @@ public class RememberMeProcessingFilter implements Filter, InitializingBean,
.getAuthentication(), .getAuthentication(),
this.getClass())); this.getClass()));
} }
chain.doFilter(request, response);
} }
chain.doFilter(request, response);
} else { } else {
if (logger.isDebugEnabled()) { if (logger.isDebugEnabled()) {
logger.debug( logger.debug(