[
https://issues.apache.org/jira/browse/TIKA-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14728899#comment-14728899
]
Hudson commented on TIKA-1728:
------------------------------
SUCCESS: Integrated in tika-trunk-jdk1.7 #848 (See
[https://builds.apache.org/job/tika-trunk-jdk1.7/848/])
TIKA-1728 HWP v5(+?) detection (nick:
http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1700986)
*
/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
*
/tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/microsoft/POIFSContainerDetector.java
*
/tika/trunk/tika-parsers/src/test/java/org/apache/tika/detect/TestContainerAwareDetector.java
Test HWP files from Mungeol Heo from TIKA-1728 (nick:
http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1700984)
* /tika/trunk/tika-parsers/src/test/resources/test-documents/testHWP_3.0.hwp
* /tika/trunk/tika-parsers/src/test/resources/test-documents/testHWP_5.0.hwp
> Detection is not working properly for detecting HWP 5.0 file
> ------------------------------------------------------------
>
> Key: TIKA-1728
> URL: https://issues.apache.org/jira/browse/TIKA-1728
> Project: Tika
> Issue Type: Bug
> Environment: OS: windows 7 and centos 6
> Java: 1.7
> Tika jar: tika-app-1.10.jar
> File: HWP 5.0
> Reporter: mungeol heo
> Attachments: HWP-document-file-formats-3.0-Korean.pdf,
> HWP-document-file-formats-5.0-Korean.pdf, test_3.0.hwp, test_5.0.hwp
>
>
> HWP file has two formats which are HWP 3.0 and HWP 5.0.
> 'tika-app-1.10.jar' detects HWP 3.0 format's file correctly.
> But, not for HWP 5.0.
> Used commands and returned results are addresses below.
> > java -jar tika-app-1.10.jar --detect test_3.0.hwp
> > application/x-hwp
> > java -jar tika-app-1.10.jar --detect test_5.0.hwp
> > application/x-tika-msoffice
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)