Add method Response.disableResponseCompression() (to avoid use of a internal
global key)
----------------------------------------------------------------------------------------
Key: TAP5-1236
URL: https://issues.apache.org/jira/browse/TAP5-1236
Project: Tapestry 5
Issue Type: Improvement
Components: tapestry-core
Affects Versions: 5.2.0
Reporter: Howard M. Lewis Ship
Priority: Minor
There are cases where code, such as specialized Dispatchers, want to be able to
ensure that the Response is not compressed (such as when serving up image byte
streams, which tend to already be compressed). Currently, this uses some very
internal magic. It would be nice if the Response API had a specific method for
this purpose.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.