You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filters Can only take the value "none". This will cause any matching request to bypass the Spring Security filter chain entirely.
But Spring throws an exception on startup.
Actual Behavior
... nested exception is org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: The use of "filters='none'" is no longer supported. Please define a separate element for the pattern you want to exclude and use the attribute "security='none'".
Expected Behavior
Bypass request on matching URLs
Version
5.0.6.RELEASE
The text was updated successfully, but these errors were encountered:
Summary
Documentation on for XML config says:
But Spring throws an exception on startup.
Actual Behavior
Expected Behavior
Bypass request on matching URLs
Version
5.0.6.RELEASE
The text was updated successfully, but these errors were encountered: