Fix the development security profile filter chain
Compare changes
@@ -17,9 +17,13 @@
@@ -17,9 +17,13 @@
@@ -27,17 +31,26 @@ import org.springframework.context.annotation.Bean;
@@ -27,17 +31,26 @@ import org.springframework.context.annotation.Bean;
import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter;
import org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationProvider;
@@ -46,12 +59,18 @@ public class DevelopmentSecurityConfig extends WebSecurityConfigurerAdapter {
@@ -46,12 +59,18 @@ public class DevelopmentSecurityConfig extends WebSecurityConfigurerAdapter {
@@ -59,7 +78,7 @@ public class DevelopmentSecurityConfig extends WebSecurityConfigurerAdapter {
@@ -59,7 +78,7 @@ public class DevelopmentSecurityConfig extends WebSecurityConfigurerAdapter {
@@ -67,10 +86,40 @@ public class DevelopmentSecurityConfig extends WebSecurityConfigurerAdapter {
@@ -67,10 +86,40 @@ public class DevelopmentSecurityConfig extends WebSecurityConfigurerAdapter {