19
Oct 2014
RequiresChannelUrl#requiresSecure of ELB and Spring Security
by 佐々木 亜里沙
The problem Spring Security has a function that forces to redirect the http request to https. The following is the example of setting of redirect: @Configuration @EnableWebSecurity public class SecurityConfig extends WebSecurityConfigurerAdapter { @Override protected void configure(HttpS...