You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2013/10/16 15:37:46 UTC

[jira] [Assigned] (WW-3938) s:include problem with hrml comment

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

Lukasz Lenart reassigned WW-3938:
---------------------------------

    Assignee: Lukasz Lenart

> s:include problem with hrml comment <!-- -->
> --------------------------------------------
>
>                 Key: WW-3938
>                 URL: https://issues.apache.org/jira/browse/WW-3938
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Other
>    Affects Versions: 2.3.7
>            Reporter: Rsorrt
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: features
>             Fix For: 2.3.16
>
>
> in my layout.jsp I have
> <html>
> <head>
> <s:include value="../include/pippo.jsp" />
> </head>
> if, in pippo.jsp I have an HTML comment with include a character with accent è|ì|ò|à then result html code is missing the "-->" 
> Example pippo.jsp
> --------------------------
> <!-- è -->
> --------------------------
> The resulting HTML is 
> --------------------------
> <!-- 
> </head>
> --------------------------
> Is missing the "-->" part of the comment so all the rest is like included in a comment.
> The previous version of struts2 was not doing it.



--
This message was sent by Atlassian JIRA
(v6.1#6144)