Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4
-
None
-
- Glassfish 3.3.1
- JSF RI 2.1.3 (FCS b02)
- MyFaces Orchestra 1.4 (JSF 2)
Description
ConversationContext request parameter is missing (it's not appended) in the url. If it's passed manually in the request url, it works.
It's because the Mojarra 2.1.3 does not call the HttpServletResponse.encodeURL() in the ExternalContext.encodeRedirectURL() so the conversationContext is not append to the url.