Task: Add Hybrid for Vaadin Fusion and Flow together, but have some issues with Login recursively routes
This commit is contained in:
@@ -33,6 +33,9 @@ public class SecurityConfiguration extends VaadinWebSecurityConfigurerAdapter {
|
||||
@Override
|
||||
public void configure(WebSecurity web) throws Exception {
|
||||
super.configure(web);
|
||||
web.ignoring().antMatchers("/images/logo.png");
|
||||
web.ignoring()
|
||||
.antMatchers(
|
||||
"/images/logo.png"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user