spring-attic / spring-security-javaconfig

Spring Security Java Configuration Support (to be merged with spring-security-config)
175 stars 121 forks source link

`@EnableWebSecurity` on WebSecurityConfigurerAdapter #122

Closed rwinch closed 11 years ago

rwinch commented 11 years ago

Put @EnableWebSecurity on WebSecurityConfigurerAdapter

rwinch commented 11 years ago

We may not do this since if there are additional @Bean on the subclass it breaks

rwinch commented 11 years ago

Not doing this for previously mentioned reason