matohl
Results
1
comments of
matohl
Just update the method ignoring static resources from authentication to: ``` @Override public void configure(WebSecurity web) throws Exception { web.ignoring().antMatchers("/favicon.ico", "/polyfills.js*", "/runtime.js*", "/styles.js*", "/scripts.js", "/main.js*", "/vendor.js*" ); } ```