[
https://issues.apache.org/jira/browse/TIKA-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011247#comment-14011247
]
Hudson commented on TIKA-1310:
------------------------------
SUCCESS: Integrated in tika-trunk-jdk1.7 #7 (See
[https://builds.apache.org/job/tika-trunk-jdk1.7/7/])
TIKA-1291/TIKA-1310 fix bug in JSON output from CLI (tallison:
http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1598023)
* /tika/trunk/CHANGES.txt
* /tika/trunk/tika-app/src/main/java/org/apache/tika/cli/TikaCLI.java
* /tika/trunk/tika-app/src/main/java/org/apache/tika/io
* /tika/trunk/tika-app/src/main/java/org/apache/tika/io/json
*
/tika/trunk/tika-app/src/main/java/org/apache/tika/io/json/JsonMetadataSerializer.java
* /tika/trunk/tika-app/src/test/java/org/apache/tika/cli/TikaCLITest.java
* /tika/trunk/tika-app/src/test/resources/test-data/testJsonMultipleInts.html
> Parse error - fb:admins property
> --------------------------------
>
> Key: TIKA-1310
> URL: https://issues.apache.org/jira/browse/TIKA-1310
> Project: Tika
> Issue Type: Bug
> Components: metadata
> Affects Versions: 1.5
> Environment: java version "1.7.0_60-ea"
> Java(TM) SE Runtime Environment (build 1.7.0_60-ea-b01)
> Java HotSpot(TM) 64-Bit Server VM (build 24.60-b03, mixed mode)
> Reporter: Vitor Oliveira
> Assignee: Tim Allison
> Priority: Critical
> Attachments: cli_json_test.patch, multi_metadata_expected.json,
> multi_metadata_output.json, multi_valued_test.html
>
>
> Steps to reproduce the problem:
> 1) Download the HTML file:
> curl --output default.html
> "http://techcrunch.com/2014/05/01/snapchat-adds-text-chat-and-video-calls/"
> 2) Extract the metadata
> java -jar tika-app-1.5.jar --json default.html --encoding=UTF-8 >
> metadata.json
> There is a problem with the "fb:admins" property that does not allow the JSON
> file to be parsed properly.
--
This message was sent by Atlassian JIRA
(v6.2#6252)