Issue #533 Do not hide file resource exception

ignore exception
This commit is contained in:
Greg Wilkins 2016-04-23 09:35:58 +10:00
parent ec8e1055e3
commit bf5b6f8939
1 changed files with 1 additions and 0 deletions

View File

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