package

com.atlassian.core.filters

Classes

AbstractEncodingFilter  
AbstractFilter This class is deprecated. since 4.0 use AbstractHttpFilter instead, which also does some casting for you. 
AbstractHttpFilter Provides default implementations of init(FilterConfig) and destroy(), and a doFilter method that casts to HttpServletRequest and HttpServletResponse. 
ExpiresFilter  
HeaderSanitisingFilter A filter that will wrap javax.servlet.http.HttpServletResponses with a HeaderSanitisingResponseWrapper, so that any mutations made to the response's header are sanitised. 
HeaderSanitisingResponseWrapper A wrapper for a javax.servlet.http.HttpServletResponse that sanitises all mutations to the header of the response to ensure that no suspect values are being written. 
ProfilingAndErrorFilter  
ServletContextThreadLocal  
ServletContextThreadLocalFilter