Joseph North created TIKA-1763:
----------------------------------

             Summary: StringIndexOutOfBoundsException in ImageMetadataExtractor
                 Key: TIKA-1763
                 URL: https://issues.apache.org/jira/browse/TIKA-1763
             Project: Tika
          Issue Type: Bug
          Components: parser
    Affects Versions: 1.10
            Reporter: Joseph North
            Priority: Minor


The {{trimPixels(String s)}} method in {{ImageMetadataExtractor}} will throw a 
{{StringIndexOutOfBoundsException}} if the string passed to it doesn't contain 
the substring " pixels". The method does a {{lastIndexOf(" pixels")}} call on 
the string passed to it and uses the result directly in a {{substring()}} call 
without checking whether the result is greater than -1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to