Hans Brende created ANY23-328:
---------------------------------

             Summary: Problem parsing json-ld content surrounded by comments
                 Key: ANY23-328
                 URL: https://issues.apache.org/jira/browse/ANY23-328
             Project: Apache Any23
          Issue Type: Bug
          Components: core
    Affects Versions: 2.1
            Reporter: Hans Brende
             Fix For: 2.3


Sometimes in json-ld script blocks (e.g., on https://www.guthriegreen.com), you 
will see

/*<![CDATA[*/

...json-ld content...

/*]]>*/

or 

//<![CDATA[

...json-ld content...

//]]>

 

Currently we are stripping CDATA blocks, but we are not stripping leading & 
trailing comments, which will cause json-ld parsing to fail. This may be 
related to issue #17. 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to