Description
The way FileSystem#close works is very problematic. Since the FileSystems are cached, any close by any caller will cause problems for every other reference to it. Will add more detail in the comments.
The way FileSystem#close works is very problematic. Since the FileSystems are cached, any close by any caller will cause problems for every other reference to it. Will add more detail in the comments.