[ 
https://issues.apache.org/jira/browse/MYFACES-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonardo Uribe resolved MYFACES-3850.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.1
                   2.1.15

> html EL expression inside markup enables escape on static text in facelets 
> jspx mode
> ------------------------------------------------------------------------------------
>
>                 Key: MYFACES-3850
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3850
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314, JSR-344
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>            Priority: Trivial
>             Fix For: 2.1.15, 2.2.1
>
>
> In JSPX mode I have tried to render something like this:
> Check EL Escaping #{requestScope.rquote} : "
> The result was this:
> Check EL Escaping " : "
> but it should be this:
> Check EL Escaping " : "
> JSPX mode says that inline text should not be escaped, but the presence of 
> the EL expression forces the whole chunk to be escaped. In other modes, text 
> escape is always enabled, so the only way you can see the problem is 
> migrating views from old jsp to facelets. Really it is difficult to reproduce 
> but anyway it could be good to check the code and try to fix it.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to