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/13 17:54:21 UTC

[jira] [Created] (MYFACES-3854) oam-compress-spaces don't remove spaces in CDATA sections

James G created MYFACES-3854:
--------------------------------

             Summary: oam-compress-spaces don't remove spaces 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();
//]]>



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