You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/03/16 17:39:20 UTC

[GitHub] [commons-vfs] garydgregory commented on pull request #168: [bug] find a bug about chinese characters in FileObject path then call toFile

garydgregory commented on pull request #168:
URL: https://github.com/apache/commons-vfs/pull/168#issuecomment-800469977


   All these tests appear to leak `InputStream` instances: When you call `getInputStream()`, you MUST close the resource; it's best to use a try-with-resources block.
   


----------------------------------------------------------------
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:
users@infra.apache.org