IndexOutOfBoundsException with TikaGUI
--------------------------------------

                 Key: TIKA-809
                 URL: https://issues.apache.org/jira/browse/TIKA-809
             Project: Tika
          Issue Type: Bug
          Components: gui
    Affects Versions: 1.1
         Environment: Windows 7
            Reporter: John Mastarone


>From issue Tika-410: the issue's attached test document, "test.doc", causes an 
>IndexOutOfBoundsException when dropped into a latest build of the tika-app 
>GUI.  The reason is that the org.apache.poi.hwpf.usermodel.Picture class's 
>suggestFileExtension() method, used by Tika's WordExtractor class, can return 
>an empty string.  The requestSave method of the ImageSavingParser inner class 
>(of TikaGUI) is not written to handle the case of an image having no 
>extension.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to