Re: Principal in a servlet

2013-01-04 Thread Woonsan Ko
: Jetspeed Users List >Sent: Wednesday, January 2, 2013 10:17 AM >Subject: Principal in a servlet > >In Jetspeed 2.1.3 I have a servlet that uses request.getUserPrincipal() to >determine if their is someone logged into Jetspeed or not. It works >perfectly. > >I am in the process

Principal in a servlet

2013-01-02 Thread Jetspeed Binette
In Jetspeed 2.1.3 I have a servlet that uses request.getUserPrincipal() to determine if their is someone logged into Jetspeed or not. It works perfectly. I am in the process of upgrading to Jetspeed 2.2.2 and this is no longer working. The request.getUserPrincipal() always returns null now. Is the