https://bz.apache.org/bugzilla/show_bug.cgi?id=66575

--- Comment #3 from Mark Koszykowski <markkoszykow...@gmail.com> ---
In the specific example of the `PerMessageDeflate`, the issue of the
ReadOnlyException can seemingly be resolved by instead using the
`setInput​(ByteBuffer input)` method on the uncompressedPayload in 
`sendMessagePart(List<MessagePart> uncompressedParts)`.

This method appears to account for different ByteBuffer access scenarios like
this, and in my testing was able to resolve issues reported in the Spring
Framework.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to