public interface SessionMatchingFailureHandler
SessionMatcherFilter whenever a SessionMatcher
determines a mismatch between its context and the request.| Modifier and Type | Method and Description |
|---|---|
void |
handleSessionMatchingFailure(javax.servlet.FilterChain chain,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle a session matching failure.
|
void handleSessionMatchingFailure(javax.servlet.FilterChain chain,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
chain - the filter chainrequest - the requestresponse - the responseIOExceptionjavax.servlet.ServletExceptionCopyright © 2013. All Rights Reserved.