Skip to content

Commit

Permalink
Make sure the default exception mapper is processed
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <jan.supol@oracle.com>
  • Loading branch information
jansupol authored and senivam committed Apr 14, 2022
1 parent a785a48 commit 38e5a53
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,10 @@ public void process(final Throwable throwable) {
request.getResponseWriter().failure(responseError);
} finally {
completionCallbackRunner.onComplete(responseError);

defaultMapperResponse = processResponseWithDefaultExceptionMapper(responseError, request);
}

defaultMapperResponse = processResponseWithDefaultExceptionMapper(responseError, request);
}

} finally {
Expand Down

0 comments on commit 38e5a53

Please sign in to comment.