You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Alex Harui (JIRA)" <ji...@apache.org> on 2016/11/23 23:30:58 UTC

[jira] [Resolved] (FLEX-35184) Unclosed CDATA in MXML Script tag or AS E4x leads to infinite loop in compiler

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

Alex Harui resolved FLEX-35184.
-------------------------------
       Resolution: Fixed
    Fix Version/s: Apache FalconJX 0.8.0

c040b5c88980130cd43fb903d52f9cdef59a7101

> Unclosed CDATA in MXML Script tag or AS E4x leads to infinite loop in compiler
> ------------------------------------------------------------------------------
>
>                 Key: FLEX-35184
>                 URL: https://issues.apache.org/jira/browse/FLEX-35184
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Falcon
>    Affects Versions: Apache FlexJS 0.8.0
>            Reporter: Josh Tynjala
>            Assignee: Alex Harui
>             Fix For: Apache FalconJX 0.8.0
>
>
> Try to compile the following MXML application:
> <?xml version="1.0" encoding="utf-8"?>
> <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
>     xmlns:js="library://ns.apache.org/flexjs/basic">
> 	<fx:Script><![CDATA[</fx:Script>
> </js:Application>
> The compiler will get stuck in an infinite loop.
> If you close the CDATA with ]]>, the application will compile successfully.
> See also: FLEX-35183



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)