[
https://issues.apache.org/jira/browse/ANY23-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361260#comment-16361260
]
ASF GitHub Bot commented on ANY23-328:
--------------------------------------
Github user HansBrende commented on the issue:
https://github.com/apache/any23/pull/65
@lewismc I just refactored this to use the `java.io.PushbackInputStream`
class instead of my own custom pushback buffer logic. Should make this commit
less complex and more readable!
> 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
> Assignee: Hans Brende
> Priority: Major
> Fix For: 2.2
>
>
> 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 markers, 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)