Skip to content

Commit ede521d

Browse files
author
Rob Winch
committed
authorizeUrls -> authorizeRequests
Replace remaining authorizeUrls with authorizeRequests Fixes gh-3875
1 parent d4218c7 commit ede521d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manual/src/docs/asciidoc/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4897,7 +4897,7 @@ or in Java configuration
48974897
[source,java]
48984898
----
48994899
http
4900-
.authorizeUrls()
4900+
.authorizeRequests()
49014901
.antMatchers("/user/**").access("@webSecurity.check(authentication,request)")
49024902
...
49034903
----
@@ -4936,7 +4936,7 @@ or in Java configuration
49364936
[source,java]
49374937
----
49384938
http
4939-
.authorizeUrls()
4939+
.authorizeRequests()
49404940
.antMatchers("/user/{userId}/**").access("@webSecurity.checkUserId(authentication,#userId)")
49414941
...
49424942
----

0 commit comments

Comments
 (0)