Class SpringSessionFixFilter
- java.lang.Object
 - 
- org.springframework.web.filter.GenericFilterBean
 - 
- org.springframework.web.filter.OncePerRequestFilter
 - 
- org.joinfaces.autoconfigure.session.SpringSessionFixFilter
 
 
 
 
- 
- All Implemented Interfaces:
 Filter,Aware,BeanNameAware,DisposableBean,InitializingBean,EnvironmentAware,EnvironmentCapable,ServletContextAware
public class SpringSessionFixFilter extends OncePerRequestFilter
Servlet filterwhich re-sets session attributes in order to workaround spring-projects/spring-session#177. 
- 
- 
Field Summary
- 
Fields inherited from class org.springframework.web.filter.OncePerRequestFilter
ALREADY_FILTERED_SUFFIX 
- 
Fields inherited from class org.springframework.web.filter.GenericFilterBean
logger 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SpringSessionFixFilter() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain)- 
Methods inherited from class org.springframework.web.filter.OncePerRequestFilter
doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatch 
- 
Methods inherited from class org.springframework.web.filter.GenericFilterBean
addRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext 
 - 
 
 - 
 
- 
- 
Method Detail
- 
doFilterInternal
protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) throws ServletException, IOException
- Specified by:
 doFilterInternalin classOncePerRequestFilter- Throws:
 ServletExceptionIOException
 
 - 
 
 -