Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.3
-
None
-
Myfaces 2.2.5, Wildfly 8.1
Description
If an initial redirect to a page happens (because of the absence of a window-id), the URL is not encoded properly.
If one has URL-rewriting enabled for this page, it does not work anymore as the URL is not encoded.
It seems like this happens in ClientWindowHelper#handleInitialRedirect, where the url is not encoded via HttpServletResponse.encodeURL().
See: http://ocpsoft.org/support/topic/rewrite-with-deltaspike/#post-26500