Skip to content

Commit 86c9d5c

Browse files
committed
Remove Stray Horizontal Rules
Issue gh-11337
1 parent 66f2f1c commit 86c9d5c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/modules/ROOT/pages/migration.adoc

-10
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ xref:servlet/authorization/method-security.adoc[Method Security] has been xref:s
213213

214214
Should you run into trouble with making these changes, note that `@EnableGlobalMethodSecurity`, while deprecated, will not be removed in 6.0, allowing you to opt out by sticking with the old annotation.
215215

216-
'''
217-
218216
[[servlet-replace-globalmethodsecurity-with-methodsecurity]]
219217
==== Replace xref:servlet/authorization/method-security.adoc#jc-enable-global-method-security[global method security] with xref:servlet/authorization/method-security.adoc#jc-enable-method-security[method security]
220218

@@ -311,8 +309,6 @@ should change to:
311309
----
312310
====
313311

314-
'''
315-
316312
[[servlet-replace-permissionevaluator-bean-with-methodsecurityexpression-handler]]
317313
==== Publish a `MethodSecurityExpressionHandler` instead of a `PermissionEvaluator`
318314

@@ -371,8 +367,6 @@ companion object {
371367
----
372368
====
373369

374-
'''
375-
376370
[[servlet-check-for-annotationconfigurationexceptions]]
377371
==== Check for ``AnnotationConfigurationException``s
378372

@@ -1305,8 +1299,6 @@ xref:reactive/authorization/method.adoc[Method Security] has been xref:reactive/
13051299
Should you run into trouble with making these changes, you can follow the
13061300
<<reactive-authorizationmanager-methods-opt-out,opt out steps>> at the end of this section.
13071301

1308-
'''
1309-
13101302
In Spring Security 5.8, `useAuthorizationManager` was added to {security-api-url}org/springframework/security/config/annotation/method/configuration/EnableReactiveMethodSecurity.html[`@EnableReactiveMethodSecurity`] to allow applications to opt in to ``AuthorizationManager``'s features.
13111303

13121304
[[reactive-change-to-useauthorizationmanager]]
@@ -1344,8 +1336,6 @@ changes to:
13441336
----
13451337
====
13461338

1347-
'''
1348-
13491339
[[reactive-check-for-annotationconfigurationexceptions]]
13501340
==== Check for ``AnnotationConfigurationException``s
13511341

0 commit comments

Comments
 (0)