parent
ec8e1055e3
commit
bf5b6f8939
|
@ -227,6 +227,7 @@ public abstract class Resource implements ResourceFactory, Closeable
|
||||||
}
|
}
|
||||||
catch (IllegalArgumentException e)
|
catch (IllegalArgumentException e)
|
||||||
{
|
{
|
||||||
|
LOG.ignore(e);
|
||||||
// Catches scenario where a bad Windows path like "C:\dev" is
|
// Catches scenario where a bad Windows path like "C:\dev" is
|
||||||
// improperly escaped, which various downstream classloaders
|
// improperly escaped, which various downstream classloaders
|
||||||
// tend to have a problem with
|
// tend to have a problem with
|
||||||
|
|
Loading…
Reference in New Issue