You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "James G (JIRA)" <de...@myfaces.apache.org> on 2014/02/14 15:45:46 UTC

[jira] [Commented] (MYFACES-3854) oam-compress-spaces remove carriage return / line feed in CDATA sections

    [ https://issues.apache.org/jira/browse/MYFACES-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13901484#comment-13901484 ] 

James G commented on MYFACES-3854:
----------------------------------

My suggestion would be: not remove any spaces inside the CDATA sections.  This will preserve any intentional spacing and CDATA sections are fairly rare in jsf.

> oam-compress-spaces remove carriage return / line feed in CDATA sections
> ------------------------------------------------------------------------
>
>                 Key: MYFACES-3854
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3854
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.1.14
>         Environment: Linux, tomcat 7
>            Reporter: James G
>
> When the "oam-compress-spaces" option removes spaces in a CDATA section it can cause problems with the generated code.  For example, I sometimes do:
> <script type="text/javascript">
> //<![CDATA[
> someJavascript();
> //]]>
> </script>
> If there happens to be a space after //<![CDATA[, then it comes out:
> <script type="text/javascript">
> //<![CDATA[ someJavascript();
> //]]></script>
> so someJavascript() is not called by the browser.



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