David Handermann created NIFI-16152:
---------------------------------------
Summary: Switch from Jersey to Jetty for gzip compression
Key: NIFI-16152
URL: https://issues.apache.org/jira/browse/NIFI-16152
Project: Apache NiFi
Issue Type: Improvement
Components: Core Framework
Reporter: David Handermann
Assignee: David Handermann
The application framework currently uses Jersey to handling gzip compression of
HTTP requests and responses. Jetty Server has dedicated filters for handling
gzip compression, and handling compression at the server level provides more
control than the Jersey framework. For this reason, gzip handling for the REST
API should be switched to Jetty Server modules.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)