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

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
IllegalStateException on attempting to send messages concurrently is as per the
spec.

IllegalArgumentException on encoding to UTF-8 shouldn't happen. It is possible
but a client would need to go out of its way to trigger it. This case is not
explicitly covered in the spec so implementations are free to make their own
choice. Tomcat opted to treat this illegal input the same way the more common
illegal input of null is handled.

-- 
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