Package org.joinfaces.session
Klasse SpringSessionFixFilter
java.lang.Object
org.springframework.web.filter.GenericFilterBean
org.springframework.web.filter.OncePerRequestFilter
org.joinfaces.session.SpringSessionFixFilter
- Alle implementierten Schnittstellen:
Filter
,Aware
,BeanNameAware
,DisposableBean
,InitializingBean
,EnvironmentAware
,EnvironmentCapable
,ServletContextAware
Servlet filter
which re-sets session attributes in order to workaround
spring-projects/spring-session#177.-
Feldübersicht
Von Klasse geerbte Felder org.springframework.web.filter.OncePerRequestFilter
ALREADY_FILTERED_SUFFIX
Von Klasse geerbte Felder org.springframework.web.filter.GenericFilterBean
logger
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
doFilterInternal
(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) Von Klasse geerbte Methoden org.springframework.web.filter.OncePerRequestFilter
doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatch
Von Klasse geerbte Methoden org.springframework.web.filter.GenericFilterBean
addRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext
-
Konstruktordetails
-
SpringSessionFixFilter
public SpringSessionFixFilter()
-
-
Methodendetails
-
doFilterInternal
protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) throws ServletException, IOException - Angegeben von:
doFilterInternal
in KlasseOncePerRequestFilter
- Löst aus:
ServletException
IOException
-