• Dave Syer's avatar
    Add a @EnableWebSecurity if it looks like the user needs one · 809a5a71
    Dave Syer authored
    If the user explicitly disables the basic security features and forgets to
    @EnableWebSecurity, and yet still wants a bean of type
    WebSecurityConfigurerAdapter, he is trying to use a custom
    security setup and the app would fail in a confusing way without
    this change.
    
    Fixes gh-568
    809a5a71
Name
Last commit
Last update
..
main Loading commit data...
test/java/sample/ui/secure Loading commit data...