Skip to content

Commit 9744cc4

Browse files
Merge branch '6.2.x'
Closes gh-15144
2 parents 97f8c4b + bd72741 commit 9744cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/servlet/authorization/method-security.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ class MethodSecurityConfig {
10741074
@Bean
10751075
@Role(BeanDefinition.ROLE_INFRASTRUCTURE)
10761076
Advisor postAuthorize() {
1077-
return AuthorizationManagerBeforeMethodInterceptor.postAuthorize();
1077+
return AuthorizationManagerAfterMethodInterceptor.postAuthorize();
10781078
}
10791079
}
10801080
----
@@ -1089,7 +1089,7 @@ class MethodSecurityConfig {
10891089
@Bean
10901090
@Role(BeanDefinition.ROLE_INFRASTRUCTURE)
10911091
fun postAuthorize() : Advisor {
1092-
return AuthorizationManagerBeforeMethodInterceptor.postAuthorize()
1092+
return AuthorizationManagerAfterMethodInterceptor.postAuthorize()
10931093
}
10941094
}
10951095
----

0 commit comments

Comments
 (0)