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

dhirajforyou updated ANY23-420:
-------------------------------
    Description: 
 

Added a property "applicationCategory" to json-ld bock and any23 extractor 
failed.

file referred: test/resources/html/html-embedded-jsonld-extractor-multiple.html

Extra block added:

<script type="application/ld+json">
    {
    "applicationCategory": "Sample, Category, Link",

    "@context": "http://schema.org";,
    "@type": "SoftwareApplication",
    "name": "Android Data",
    "datePublished": "November 18, 2018"

}
 </script>

 

[applicationCategory|https://schema.org/applicationCategory] accepts text and 
url, but for the above test of "text" , getting error as :

Apache Any23 FAILURE

Execution terminated with errors: Illegal character in path at index 7: Sample, 
Category, Link

 

 

 

> Handle Json+ld extraction failure
> ---------------------------------
>
>                 Key: ANY23-420
>                 URL: https://issues.apache.org/jira/browse/ANY23-420
>             Project: Apache Any23
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.3
>            Reporter: dhirajforyou
>            Priority: Major
>              Labels: json-ld
>
>  
> Added a property "applicationCategory" to json-ld bock and any23 extractor 
> failed.
> file referred: 
> test/resources/html/html-embedded-jsonld-extractor-multiple.html
> Extra block added:
> <script type="application/ld+json">
>     {
>     "applicationCategory": "Sample, Category, Link",
>     "@context": "http://schema.org";,
>     "@type": "SoftwareApplication",
>     "name": "Android Data",
>     "datePublished": "November 18, 2018"
> }
>  </script>
>  
> [applicationCategory|https://schema.org/applicationCategory] accepts text and 
> url, but for the above test of "text" , getting error as :
> Apache Any23 FAILURE
> Execution terminated with errors: Illegal character in path at index 7: 
> Sample, Category, Link
>  
>  
>  



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

Reply via email to