Tapestry incorrectly calls PrintWriter.flush(), not close(), when writing JSON
objects and arrays as the response
-----------------------------------------------------------------------------------------------------------------
Key: TAP5-1277
URL: https://issues.apache.org/jira/browse/TAP5-1277
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.2, 5.1
Reporter: Howard M. Lewis Ship
Apparent flush() does not always do the right thing (i.e., actually flush data)
and when combined with GZip this could explain problems people have seen with
corrupted data. We should be able to remove application/json from the list of
uncompressable content types.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.