Hi guys,
I have an 1.0.2 Beehive application with a custom Login handler.

It is declared in beehive-netui-config.xml -

XPath - /netui-config/pageflow-handlers/login-handler/handler-class

What currently the login handler does is to implement the login method,
which creates an object that implements java.security.Principal and puts it in the session under a specific name.

After the login - I can get the object - it is in the session, but I cannot get it in JSPs using request.getUserPrincipal().

I believe this should be done by making a wrapper on the HttpRequest, that will do the translation.

However - is this a filter that I should implement, or is there a natural way of automatically doing it with beehive?

Kind regards:
al_shopov

Reply via email to