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

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
Section 3.1.7 of the WebSocket specification requires endpoint instances are
created via ServerEndpointConfig.Configurator.getEndpointInstance(). Users are
free to supply their own Configurator implementation. Therefore, it is not
possible to use the InstanceManager to create the endpoint. The current call to 
InstanceManager.newInstance(Object) is the best that can be achieved.

I'll spend a little more time looking at the encoders and decoders but, given
that there is no specification requirement for these to support DI, whether
anything gets implemented is going to depend a lot on how cleanly it can be
done.

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