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.OncePerRequestFilterALREADY_FILTERED_SUFFIX
 - 
Fields inherited from class org.springframework.web.filter.GenericFilterBeanlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description SpringSessionFixFilter()
 - 
Method SummaryAll 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.OncePerRequestFilterdoFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatch
 - 
Methods inherited from class org.springframework.web.filter.GenericFilterBeanaddRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext
 
- 
 
- 
- 
- 
Method Detail- 
doFilterInternalprotected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) throws ServletException, IOException - Specified by:
- doFilterInternalin class- OncePerRequestFilter
- Throws:
- ServletException
- IOException
 
 
- 
 
-