Uploaded image for project: 'Tika'
  1. Tika
  2. TIKA-4029

commons-csv 1.10 changed IllegalStateException to IOException

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.8.0
    • None
    • None

    Description

      In the CSVParser, we had a catch statement in case the csv file was malformed.  In the catch statement we read the rest of the stream and wrote it as one big paragraph.  We then threw the exception.

       

      In commons-csv 1.10.0, it looks like they changed the IllegalStateException to an UncheckedIOException.  So, we're now missing a bunch of text that we used to extract from csv files.

       

      This issue was discovered during our regression tests in preparation for the release of 2.8.0-rc1

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            tallison Tim Allison
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: