File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/manual/src/docs/asciidoc/_includes/servlet/java-configuration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ public class MvcWebApplicationInitializer extends
133
133
Thus far our <<jc-hello-wsca,WebSecurityConfig>> only contains information about how to authenticate our users.
134
134
How does Spring Security know that we want to require all users to be authenticated?
135
135
How does Spring Security know we want to support form based authentication?
136
- Actually, there is an configuration class that is being invoked behind the scenes called `WebSecurityConfigurerAdapter`.
136
+ Actually, there is a configuration class that is being invoked behind the scenes called `WebSecurityConfigurerAdapter`.
137
137
It has a method called `configure` with the following default implementation:
138
138
139
139
[source,java]
You can’t perform that action at this time.
0 commit comments