Skip to content
Snippets Groups Projects
Commit cfe6f7a6 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

re-order urls

parent 6b8ee731
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter
.authorizeRequests()
.antMatchers("/css/**", "/js/**", "/images/**", "/webjars/**", "/favicon.ico", "/touch_icon.png").permitAll()
.antMatchers("/**").authenticated()
.antMatchers("/login").permitAll()
.antMatchers("/**").authenticated()
.and()
.formLogin()
.loginPage("/login")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment