| Class | Description |
|---|---|
| CrowdBootstrapAwareStrutsPrepareFilter |
A filter that modifies
StrutsPrepareFilter to get its state from
BootstrapLoaderListener and installs a DefaultConfiguration. |
| CrowdBrowserNotCachingFilter |
Prevents IE and Safari user agents from caching REST responses
IE and Safari aggressively cache responses of asynchronous request unless they've headers preventing doing that
|
| CrowdCachingFilter |
Handles URIs that should not be cached.
|
| CrowdDelegatingFilterProxy |
A springified DelagatingFilterProxy which does not
attempt to wire up (and hence run) the filter unless
Crowd has been setup successfully.
|
| CrowdOpenSessionInViewFilter |
An OpenSessionInViewFilter which does not
attempt to wire up (and hence run) the filter unless
Crowd's Spring container has been loaded successfully.
|
| LicenceFilter |
A Filter to check if the license is valid.
|
| LoginCsrfFilter |
Specialized filter to prevent CSRF attacks against the login url.
|
| SitemeshPageFilter |
Currently the main purpose for overwritting the filter is to store the page object in the request so underlying
plugin web-items and sections can get access to the page properties and can perform conditional logic
|
| Exception | Description |
|---|---|
| LoginCsrfFilter.LoginCsrfTokenInvalidException | |
| LoginCsrfFilter.LoginCsrfTokenMissingException |
Copyright © 2018 Atlassian. All rights reserved.