Package com.atlassian.core.filters

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



Copyright © 2015 Atlassian. All rights reserved.