Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.5
-
None
-
None
-
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)
Description
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.
Attachments
Attachments
Issue Links
- duplicates
-
TIKA-1291 Invalid JSON output on CLI
- Closed