Skip to content

Commit 7ec9188

Browse files
kcsurapanenisjohnr
authored andcommitted
Remove Irrelevant Documentation Lines
Refactor: Remove two lines that lack proper context due to earlier deletions/movements. They are no longer relevant and contribute little to the overall meaning. Issue gh-12974
1 parent 92af758 commit 7ec9188

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -394,11 +394,6 @@ fun readAccountWithWrongRoleThenAccessDenied() {
394394

395395
While `@PreAuthorize` is quite helpful for declaring needed authorities, it can also be used to evaluate more complex <<using_method_parameters,expressions that involve the method parameters>>.
396396

397-
The above two snippets are ensuring that the user can only request orders that belong to them by comparing the username parameter to xref:servlet/authentication/architecture.adoc#servlet-authentication-authentication[`Authentication#getName`].
398-
399-
The result is that the above method will only be invoked if the `username` in the request path matches the logged-in user's `name`.
400-
If not, Spring Security will throw an `AccessDeniedException` and return a 403 status code.
401-
402397
[[use-postauthorize]]
403398
=== Authorization Method Results with `@PostAuthorize`
404399

0 commit comments

Comments
 (0)