EncodeActionURL doesn't encode valid nonFaces targets
-----------------------------------------------------
Key: PORTLETBRIDGE-41
URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-41
Project: MyFaces Portlet Bridge
Issue Type: Bug
Components: Impl
Affects Versions: 1.0.0, 2.0.0
Reporter: Michael Freedman
Faces allows one to construct an action URL (navigation) to a nonFaces target.
However the bridges (ExternalContext) encodeActionURL only recognizes and
encodes Faces targets. What it should do when it encounters a nonFaces target
(within the web app) is encode it distinctly from a Faces target as a portlet
renderURL. The bridge on receiving such a render request should recognize the
nonFaces target and do an immediate dispatch rather then processing the request
through Faces (lifecycle).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.