mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-21 22:46:04 +00:00
Issue #4173 - Ignore logging of failed Resource.getFile()
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
6ac925631c
commit
68cf4f23f1
@ -818,7 +818,7 @@ public class WebInfConfiguration extends AbstractConfiguration
|
||||
}
|
||||
catch (IOException e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
LOG.ignore(e);
|
||||
}
|
||||
|
||||
// Use URI itself.
|
||||
|
Loading…
x
Reference in New Issue
Block a user