Skip to content

Commit

Permalink
Typo: Update authorize-http-requests.adoc
Browse files Browse the repository at this point in the history
'patters' -> 'pattern
  • Loading branch information
boulce authored Feb 7, 2024
1 parent 421bf9e commit 58543d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ Xml::
</http>
----
======
<1> We specified a URL patters that any user can access.
<1> We specified a URL pattern that any user can access.
Specifically, any user can access a request if the URL starts with "/static/".
<2> Any URL that starts with "/admin/" will be restricted to users who have the role "ROLE_ADMIN".
You will notice that since we are invoking the `hasRole` method we do not need to specify the "ROLE_" prefix.
Expand Down

0 comments on commit 58543d8

Please sign in to comment.