We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97f8c4b + bd72741 commit 9744cc4Copy full SHA for 9744cc4
docs/modules/ROOT/pages/servlet/authorization/method-security.adoc
@@ -1074,7 +1074,7 @@ class MethodSecurityConfig {
1074
@Bean
1075
@Role(BeanDefinition.ROLE_INFRASTRUCTURE)
1076
Advisor postAuthorize() {
1077
- return AuthorizationManagerBeforeMethodInterceptor.postAuthorize();
+ return AuthorizationManagerAfterMethodInterceptor.postAuthorize();
1078
}
1079
1080
----
@@ -1089,7 +1089,7 @@ class MethodSecurityConfig {
1089
1090
1091
fun postAuthorize() : Advisor {
1092
- return AuthorizationManagerBeforeMethodInterceptor.postAuthorize()
+ return AuthorizationManagerAfterMethodInterceptor.postAuthorize()
1093
1094
1095
0 commit comments