log errors in asyncForwardingServlet

This commit is contained in:
Xavier Léauté 2014-07-17 16:22:30 -07:00
parent 465ac77b82
commit 95a09c04bf
1 changed files with 1 additions and 0 deletions

View File

@ -373,6 +373,7 @@ public class AsyncQueryForwardingServlet extends HttpServlet
Throwable e
)
{
log.error(e, "Error processing query response");
// throwing an exception here may cause resource leak
try {
handleException(objectMapper, asyncContext, e);