https://issues.apache.org/bugzilla/show_bug.cgi?id=55127
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Mark Thomas <ma...@apache.org> --- Thanks for the patch. A variation of it has been applied to trunk and will be included in 8.0.0 onwards. I did change a few things but nothing major. The patch was pretty much spot on: - passed just an EndpointConfig to setEncoders() for simplicity - close() -> doClose() in WsRemoteEndpointImplBase rather than relying on sub-classes calling super.close() (the patch missed one of the sub-classes) - fixed a couple of auto-boxing warnings in the test code -- 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