AccessLogFilter |
Logs JIRA username and request URL via log4j.
|
BambooAcegiProxyFilter |
|
BambooCompressingFilter |
Wraps the CompressingFilter so that it can be switched on and off from the Bamboo UI.
|
BambooEncodingFilter |
Sets encoding, content type, and wraps response with FixedHtmlEncodingResponseWrapper
Applied only to plugins servlet to avoid problems with artifacts and static resources.
|
BambooJohnsonFilter |
|
BambooProfilingFilter |
|
CleanupSpringRequestAttributesFilter |
org.springframework.web.filter.RequestContextFilter (and any OncePerRequestFilter) will set a request attribute
with an instance of WebAsyncManager (by calling
org.springframework.web.context.request.async.WebAsyncUtils#getAsyncManager(javax.servlet.ServletRequest))
If a plugin calls org.springframework.web.context.request.async.WebAsyncUtils#getAsyncManager(javax.servlet.ServletRequest)
it will retrieve that instance of WebAsyncManager, but will cause a ClassCastException, as plugins have different
Spring classes than core.
|
ClickjackingAndMimeTypeSniffingPreventionFilter |
|
CookieCacheControlFilter |
|
DecoratorOverrideFilter |
Sets a Sitemesh decorator attribute in the request to override any other decorator mappings.
|
IgnoreNewRelicFilter |
Allows you to ignore newrelic metrics collection
http://newrelic.com/docs/java/blocking-instrumentation-in-java
|
NewRelicTransactionNamingFilter |
Filter to add meaningful names to NewRelic transactions
https://newrelic.com/docs/java/java-agent-component-based-web-transaction-naming
|
NonCachingHeaderFilter |
|
Page<T> |
|
Pager<T> |
|
PerformanceStatistics |
|
PerformanceStatistics.ServletPathStats |
|
PerformanceStatistics.Stats |
|
PerformanceStatistics.UrlStats |
|
RequestCacheThreadLocalFilter |
|
RequestReferenceCounter |
|
ResourceDownloadRewriteRule |
This Tuckey URL RewriteRule will normalise a URL and then make sure that it does
not attempt to use directory traversal to access the WEB-INF/META-INF directory.
|
SeraphLoginFilter |
|
SessionCreationForAnonymousUserFilter |
See BDEV-2966.
|
SessionExpiryFilter |
Check and extend user session last access time attribute.
|
TrafficThroughPrimaryNodeOnlyFilter |
It ensures the secondary nodes don't get any traffic except the status endpoint.
|
UrlRewriteFilter |
|