@ -2439,10 +2439,10 @@ To configure Spring Security to require a secure channel for all (or some) reque
@@ -2439,10 +2439,10 @@ To configure Spring Security to require a secure channel for all (or some) reque
@ -359,12 +359,12 @@ A typical Spring Security configuration might look something like the following
@@ -359,12 +359,12 @@ A typical Spring Security configuration might look something like the following
[source,java,indent=0]
----
@Bean
public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception {
@ -388,12 +388,12 @@ Additionally, if Spring Security is present, you would need to add custom securi
@@ -388,12 +388,12 @@ Additionally, if Spring Security is present, you would need to add custom securi
[source,java,indent=0]
----
@Bean
public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception {