PeterAlfredLee opened a new pull request #363:
URL: https://github.com/apache/tika/pull/363


   1. In method `getPath`, copy data from InputStream to a temporary file 
should use current TikaInputStream.
      Otherwise the variable of TikaInputStream `position` will not update.
      There is not meaning if `position` is not real position.
   2. In method `reset`, if variable `mark` less than 0, means call `reset()` 
before call `mark(int)`,
      should throw `IOException` in this case.
   3. Remove invalid `reset()` call.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to