Restore Missing Links to Migration Guide

This commit is contained in:
Josh Cummings 2022-10-26 16:04:37 -06:00
parent f29d1da0a5
commit cc8a93e5ec
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,7 @@ It's more important to stay on 6.0 and get the security improvements.
== Revert Servlet
[[servlet-replace-methodsecurity-with-globalmethodsecurity]]
=== Don't Use `AuthorizationManager` in Method Security
To opt out of `AuthorizationManager` for Method Security, replace xref:servlet/authorization/method-security.adoc#jc-enable-method-security[method security] with xref:servlet/authorization/method-security.adoc#jc-enable-global-method-security[global method security]
@ -179,6 +180,7 @@ should change to:
== Revert Reactive
[[reactive-change-to-useauthorizationmanager-false]]
=== Don't Use `AuthorizationManager` in Method Security
To opt-out of {security-api-url}org/springframework/security/authorization/AuthorizationManager.html[`AuthorizationManager`] for reactive method security, add `useAuthorizationManager = false`: