- All Implemented Interfaces:
- javax.servlet.Filter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware, org.springframework.core.Ordered, org.springframework.web.context.ServletContextAware
@Component(value="blSecurityBasedIgnoreFilter")
public class SecurityBasedIgnoreFilter
extends org.springframework.web.filter.GenericFilterBean
implements org.springframework.core.Ordered
Sets a request attribute that informs all concerned Broadleaf filters that they should pass the request through and
ignore all normal operation. This implementation makes it's determination based on whether or not Spring Security
is configured to ignore the requested URI.
- Author:
- Jeff Fischer
- See Also:
AbstractIgnorableFilter,
AbstractIgnorableOncePerRequestFilter