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 421bf9e commit 58543d8Copy full SHA for 58543d8
docs/modules/ROOT/pages/servlet/authorization/authorize-http-requests.adoc
@@ -805,7 +805,7 @@ Xml::
805
</http>
806
----
807
======
808
-<1> We specified a URL patters that any user can access.
+<1> We specified a URL pattern that any user can access.
809
Specifically, any user can access a request if the URL starts with "/static/".
810
<2> Any URL that starts with "/admin/" will be restricted to users who have the role "ROLE_ADMIN".
811
You will notice that since we are invoking the `hasRole` method we do not need to specify the "ROLE_" prefix.
0 commit comments