Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.3, 2.2.1
-
None
-
Linux Ubuntu Lucid Lynx - Tomcat 6.0.24-2 - Java 1.5 and 1.6
Description
Jetspeed Will not let you log in when deployed in Tomcat 6.0.24-2.
After inserting user and password portal will reload as usual but will not update it's contents to reflect login success.
No errors are shown in logs and no clue about what's going wrong as password are accept and normal login seems to perform normally. I traced the module to DefaultLoginModule.login() and it works well and return success when correct user and login are used. But portal doesn't seem to reflect the login. The problem must be other place but was not able to track it down.
Steps to reproduce:
1.- Install Tomcat 6.0.22
2.- Deploy jetspeed 2 2.2.1 with libs in place.
3.- Log in as usual.
It will not work.