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 83b7d7d commit 7542d59Copy full SHA for 7542d59
docs/manual/src/docs/asciidoc/_includes/servlet/preface/java-configuration.adoc
@@ -1055,7 +1055,7 @@ public BCryptPasswordEncoder passwordEncoder() {
1055
== Multiple HttpSecurity
1056
1057
We can configure multiple HttpSecurity instances just as we can have multiple `<http>` blocks.
1058
-The key is to extend the `WebSecurityConfigurationAdapter` multiple times.
+The key is to extend the `WebSecurityConfigurerAdapter` multiple times.
1059
For example, the following is an example of having a different configuration for URL's that start with `/api/`.
1060
1061
[source,java]
0 commit comments