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

Partially secured UIs #274

Open
ssindelar opened this issue Mar 2, 2016 · 1 comment
Open

Partially secured UIs #274

ssindelar opened this issue Mar 2, 2016 · 1 comment

Comments

@ssindelar
Copy link

I don't know if it is currently possible, but I need to secure just some views with a login and leave the UI without login.

I tried to add an anonymous matcher for UI path, but this doesn't work because, when I open a secured-View a NullPointerException is thrown at DefaultVaadinSharedSecurity:194 because the SecurityContext is not set.

I think it would be a nice addition to just have a login for some views.

@peholmst
Copy link
Owner

peholmst commented Mar 2, 2016

It sounds like something that should be managed within the application itself, but I can see if there is any way the framework could help with this.

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