Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.2.0
-
None
-
Redhat EL 5.1, Java 6
Description
When the session information contains machine_names=['host1','host2','host3','host4','host5'...], this would construct very long URL which prevents the browser to submit the request correctly. The real fix is to keep the session information inside a meta database and having unique signature to restore the session information.