imply-cheddar commented on PR #13609: URL: https://github.com/apache/druid/pull/13609#issuecomment-1362491521
In doing various things for this change, I came to realize that the ServletContainer, Jersey and some of our ServletFilters really do better when the Response objects are fully handled by Jersey. So, the refactor attempts to have as many of the error cases handled by Jersey and the Servlet container as possible. It was a long and winding rabbit hole learning about all of the various interactions and, in the end, this was the easiest way to keep behaviors and interactions with the filters to be the same. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
