magicDGS / jsr203-http

**Under development** HTTP/S FileSystem provider for Java NIO.2
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

HttpUtils.exists handling some exceptions #32

Open magicDGS opened 6 years ago

magicDGS commented 6 years ago

We should check if there is any exception when establishing a connection with an URL that throws when the file does not exists. Here is a tracker for that. By now, we only catch the UnknownHostException, but it can be other reasons to say that the file does not exists.