Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Done
-
3.0.0.CR1
-
None
-
None
-
jbossas6
-
-
Workaround Exists
-
Description
The first request in a session to the deployed short.ly example produces a form with weird action URL, such as action="/short.ly/;jsessionid=cc08b47dabc51c5c65ccfb747ba004e9;jsessionid=CC08B47DABC51C5C65CCFB747BA004E9", which is handled incorrectly on the postback, interpreting the first jsessionid as a redirect key.
This appears to be a bug in prettyfaces. Updating to prettyfaces 3.2.0 seems to fix the problem.