Skip to content

Documentation on <intercept-url filters="..."> is outdated #5553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
babochenko opened this issue Jul 21, 2018 · 0 comments
Closed

Documentation on <intercept-url filters="..."> is outdated #5553

babochenko opened this issue Jul 21, 2018 · 0 comments

Comments

@babochenko
Copy link
Contributor

Summary

Documentation on for XML config says:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant