We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://docs.spring.io/spring-security/reference/5.8/migration/servlet/authorization.html#switch-filter-all-dispatcher-types an example is listed to change getSecurityDispatcherTypes in SecurityWebApplicationInitializer. In this example FORWARD is listed twice. I think ASYNC was meant instead?
The text was updated successfully, but these errors were encountered:
Hi @Brummolix, thanks for the report.
Yes, that should be ASYNC and not FORWARD twice. Are you interested in submitting a PR that fixes that? The PR should target the 5.8.x branch
ASYNC
FORWARD
5.8.x
Sorry, something went wrong.
Fix SecurityWebApplicationInitializer.getSecurityDispatcherTypes exam…
373a569
…ple in doc spring-projects#12939
I created #12944
a513fc0
…ple in doc #12939
Closed via #12944
marcusdacoregio
No branches or pull requests
In https://docs.spring.io/spring-security/reference/5.8/migration/servlet/authorization.html#switch-filter-all-dispatcher-types an example is listed to change getSecurityDispatcherTypes in SecurityWebApplicationInitializer.
In this example FORWARD is listed twice. I think ASYNC was meant instead?
The text was updated successfully, but these errors were encountered: