Hi, On Thu, Mar 28, 2013 at 3:09 PM, Public Network Services <[email protected]> wrote: > Correct, but if a method uses an already instantiated TikaInputStream, it > cannot get a handle of the temporary resources to dispose it.
Can you describe the scenario where you'd need to do something like this? The code that instantiates the TikaInputStream should also take care of disposing it properly. If that happens, you shouldn't experience the filling up of the /tmp space that you described. BR, Jukka Zitting
