alejandro-du / shiro-vaadin-integration

Apache Shiro integration for Vaadin 10 applications
Other
3 stars 1 forks source link

SecurityManager #6

Closed alabotski closed 5 years ago

alabotski commented 5 years ago

With @Route(value = VIEW_SIGN_IN) All work well

But when I have layout in route @Route(value = VIEW_SIGN_IN, absolute = true, layout = LandingLayout.class)

I have such error No SecurityManager accessible to the calling code, either bound to the org.apache.shiro.util.ThreadContext or as a vm static singleton. This is an invalid application configuration.

alabotski commented 5 years ago

Now with layout I have another error

SessionContext must be an HTTP compatible implementation

alabotski commented 5 years ago

Problem was in @Push(transport = Transport.WEBSOCKET)