Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

So bad exception handling in VaadinManagedSecurityConfiguration #299

Open
bandris opened this issue Jan 31, 2017 · 1 comment
Open

So bad exception handling in VaadinManagedSecurityConfiguration #299

bandris opened this issue Jan 31, 2017 · 1 comment

Comments

@bandris
Copy link

bandris commented Jan 31, 2017

Absorbed exceptions may cause headaches.
At least a logger pls.

VaadinManagedSecurityConfiguration.java:

            try {
                applicationContext.getBean(AuthenticationManagerConfigurer.class).configure(auth);
            } catch (Exception ex) {
                throw new IllegalStateException(
                    "No AuthenticationManagerConfigurer found. Either define one, or override the GlobalMethodSecurity.configure(AuthenticationManagerBuilder) method.");
            }
@FearlessHyena
Copy link
Contributor

A better idea would probably be to include the original exception

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants