Skip to content

Commit

Permalink
Issue eclipse-ee4j#5072 Revert "Make sure the default exception mappe…
Browse files Browse the repository at this point in the history
…r is processed"

- This reverts commit 38e5a53.
- the change caused GlassFish stopped passing 4 tests in the JAXRS TCK:
  jaxrs/platform/container/completioncallback/*
  • Loading branch information
dmatej committed Jun 2, 2022
1 parent f308afa commit 6b55298
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,9 @@ 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 6b55298

Please sign in to comment.