https://issues.apache.org/bugzilla/show_bug.cgi?id=54715

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Thanks for the patch. I didn't apply it as is but used it as a guide /
reference while I went through and made broadly the same changes but with some
differences:
1. WsHandshakeResponse added a no-arg constructor
2. Session.userProperties. I kept this as a ConcurrentHashMap to protect
against user implementations of EndpointConfig that don't use ConcurrentHashMap
3. WsHandshakeRequest. Wrapped the request, moved logic from WsServlet and
added protection against a developer retaining a reference to the
HandshakeRequest.
4. WsServlet/WsHandshakeResponse This is only for inserting headers not
inspecting/modifying existing headers.

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