mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-02 04:39:14 +01:00
improve error handling
This commit is contained in:
@@ -249,11 +249,7 @@ public final class WebUtil
|
||||
}
|
||||
catch (ParseException ex)
|
||||
{
|
||||
logger.warn(ex.getMessage(), ex);
|
||||
}
|
||||
catch (NumberFormatException ex)
|
||||
{
|
||||
logger.warn(ex.getMessage(), ex);
|
||||
logger.warn("could not parse http date", ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user