We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4b0ca commit 2c0a433Copy full SHA for 2c0a433
docs/modules/ROOT/pages/servlet/authorization/method-security.adoc
@@ -252,7 +252,7 @@ Method authorization is a combination of before- and after-method authorization.
252
[NOTE]
253
====
254
Before-method authorization is performed before the method is invoked.
255
-If that authorization denies access, the method is not invoked, and an `AccessDeniedException` is thrown
+If that authorization denies access, the method is not invoked, and an `AccessDeniedException` is thrown.
256
After-method authorization is performed after the method is invoked, but before the method returns to the caller.
257
If that authorization denies access, the value is not returned, and an `AccessDeniedException` is thrown
258
0 commit comments