Hello, I saw that the inflater's end() method is being called in FlateFilter.decompress.But our tests are showing inflaters not being closed, that were opened by FlateFilter.decompress. I think the inflater.end() should be called in a finally block to really close them all.
What do you guys think? Christof
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org For additional commands, e-mail: users-h...@pdfbox.apache.org