mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-03 11:59:08 +00:00
Removed print statement
This commit is contained in:
parent
3fbc7beb88
commit
2b4d8a6378
@ -201,7 +201,6 @@ public class HttpSessionContextIntegrationFilter implements InitializingBean,
|
||||
boolean filterApplied = false;
|
||||
if ((request != null) && (request.getAttribute(FILTER_APPLIED) != null)) {
|
||||
// ensure that filter is only applied once per request
|
||||
System.out.println("Filter already applied so moving on");
|
||||
chain.doFilter(request, response);
|
||||
} else {
|
||||
HttpSession httpSession = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user