You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Absorbed exceptions may cause headaches.
At least a logger pls.
VaadinManagedSecurityConfiguration.java:
try {
applicationContext.getBean(AuthenticationManagerConfigurer.class).configure(auth);
} catch (Exceptionex) {
thrownewIllegalStateException(
"No AuthenticationManagerConfigurer found. Either define one, or override the GlobalMethodSecurity.configure(AuthenticationManagerBuilder) method.");
}
The text was updated successfully, but these errors were encountered:
Absorbed exceptions may cause headaches.
At least a logger pls.
VaadinManagedSecurityConfiguration.java:
The text was updated successfully, but these errors were encountered: