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 d4218c7 commit ede521dCopy full SHA for ede521d
docs/manual/src/docs/asciidoc/index.adoc
@@ -4897,7 +4897,7 @@ or in Java configuration
4897
[source,java]
4898
----
4899
http
4900
- .authorizeUrls()
+ .authorizeRequests()
4901
.antMatchers("/user/**").access("@webSecurity.check(authentication,request)")
4902
...
4903
@@ -4936,7 +4936,7 @@ or in Java configuration
4936
4937
4938
4939
4940
.antMatchers("/user/{userId}/**").access("@webSecurity.checkUserId(authentication,#userId)")
4941
4942
0 commit comments