Correct bug with SEC-120 location of where filter chain proceeds.
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user