Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Fix Netty uncaught exception handling #3791

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brettkail-wk
Copy link

@brettkail-wk brettkail-wk commented Mar 23, 2018

The servlet ResponseWriter.failure rethrows exceptions so that they are logged, but the Netty version does not, which means exceptions thrown from service handlers are not logged.

(I am listed for Jersey in the Oracle Contributor Agreement under "Workiva Inc.")

The servlet ResponseWriter.failure rethrows exceptions so that they are
logged, but the Netty version does not, which means exceptions thrown
from service handlers are not logged.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant