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

--- Comment #6 from Mark Thomas <ma...@apache.org> ---
@Rémy
I think I can see a way to do that. We'll need to check which Configurator was
used in the WsSession constructor to make sure we don't call the
InstanceManager twice. It does mean that the timing of the call to
InstanceManager will vary depending on the Configurator but I don't think that
should be an issue.

@Romain
Do you need the InstanceManager to used used when testing the validity of the
encoder/decoder classes (e.g.
https://github.com/apache/tomcat/blob/master/java/org/apache/tomcat/websocket/Util.java#L345)
or just when an Encoder/Decoder instance is created for an Endpoint?

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