1
0
mirror of synced 2026-07-19 09:35:12 +00:00

Removed print statement

This commit is contained in:
Vishal Puri
2007-08-22 04:48:04 +00:00
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;