Skip to content

Commit cc8a93e

Browse files
committed
Restore Missing Links to Migration Guide
1 parent f29d1da commit cc8a93e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/modules/ROOT/pages/migration.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ It's more important to stay on 6.0 and get the security improvements.
8383

8484
== Revert Servlet
8585

86+
[[servlet-replace-methodsecurity-with-globalmethodsecurity]]
8687
=== Don't Use `AuthorizationManager` in Method Security
8788

8889
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:
179180

180181
== Revert Reactive
181182

183+
[[reactive-change-to-useauthorizationmanager-false]]
182184
=== Don't Use `AuthorizationManager` in Method Security
183185

184186
To opt-out of {security-api-url}org/springframework/security/authorization/AuthorizationManager.html[`AuthorizationManager`] for reactive method security, add `useAuthorizationManager = false`:

0 commit comments

Comments
 (0)