[
https://issues.apache.org/jira/browse/MYFACES-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe resolved MYFACES-3837.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.2.0
2.1.14
2.0.20
> ui:debug renders an & but it should be & because the markup is inside a
> CDATA section
> -----------------------------------------------------------------------------------------
>
> Key: MYFACES-3837
> URL: https://issues.apache.org/jira/browse/MYFACES-3837
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-314, JSR-344
> Affects Versions: 2.0.19, 2.1.13, 2.2.0-beta
> Reporter: Leonardo Uribe
> Assignee: Leonardo Uribe
> Fix For: 2.0.20, 2.1.14, 2.2.0
>
>
> Checking some code I had the need to check in deep the component tree, so I
> added an ui:debug to the page. Then I realized that the fix done long time
> ago over MYFACES-3154 does not work well.
> The problem cannot be seen easily, because it requires the addition of a
> query param in getActionUrl(...) . This happens when CODI is used, because a
> windowId is appended to the viewId. This script is surrounded by a CDATA
> section, so escape the & is not necessary.
> I did some tests using UTF-8 and ISO-8859-1 encoding and the fix work well
> for both cases.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)