Restoring ErrorHandler / ErrorPageErrorHandler logic

This commit is contained in:
Joakim Erdfelt 2014-09-18 15:10:59 -07:00
parent 9b7b54ea0b
commit efad046148
1 changed files with 0 additions and 4 deletions

View File

@ -785,10 +785,6 @@ public class ServletHolder extends Holder<Servlet> implements UserIdentity.Scope
makeUnavailable(e);
throw _unavailableEx;
}
catch (Exception e)
{
e.printStackTrace();
}
finally
{
baseRequest.setAsyncSupported(suspendable);