97df3cb039
Motivation: A custom SecurityManager may prevent calling File.exists() and so throw a SecurityException in the static init block of NetUtil. Modifications: Correctly catch the exception and so allow to static init NetUtil. Result: Allow static init method of NetUtil to work even with custom SecurityManager.