Add BOM generation from within the app.

This commit is contained in:
Mark Milligan
2021-01-29 17:23:41 -06:00
parent fa606cce84
commit 1a1acb9cbc
16 changed files with 528 additions and 26 deletions

View File

@@ -91,7 +91,7 @@ public class HttpPool {
}
return null;
}
catch (IOException _e) {
catch (Exception _e) {
LOG.error("Failed to make http request to " + _request.getURI().toString(), _e);
return null;
}