Skip to content

Commit 7542d59

Browse files
kostya05983rwinch
authored andcommitted
Fix docs typo WebSecurityConfigurationAdapter->WebSecurityConfigurerAdapter
Fixes gh-7026
1 parent 83b7d7d commit 7542d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/preface/java-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ public BCryptPasswordEncoder passwordEncoder() {
10551055
== Multiple HttpSecurity
10561056

10571057
We can configure multiple HttpSecurity instances just as we can have multiple `<http>` blocks.
1058-
The key is to extend the `WebSecurityConfigurationAdapter` multiple times.
1058+
The key is to extend the `WebSecurityConfigurerAdapter` multiple times.
10591059
For example, the following is an example of having a different configuration for URL's that start with `/api/`.
10601060

10611061
[source,java]

0 commit comments

Comments
 (0)