Hello, I'm currently writing some kind of WebSocket service with help of newly implemented JSR-356 spec. But, I've noticed, that there is lack of support of WebSocket Extensions functionality (http://tools.ietf.org/html/rfc6455#page-48 ).
For example, as far as I can see, function org.apache.tomcat.websocket.WsSession.getNegotiatedExtensions implemented in the following way: @Override public List<Extension> getNegotiatedExtensions() { checkState(); return Collections.emptyList(); } Does anybody know, if there are plans to implement this part of JSR-356 in Tomcat 7.x or 8.x? Thanks, -- Yours Sincerely Vasiliy Strelnikov Chief Java Developer Gehtsoft USA, LLC 109 Mackenan Dr., Cary NC 27511 Phone: (919) 651 8338 Ext. 105 Fax: (919) 651 8363 Email: vasiliy.strelni...@gehtsoftusa.com <mailto:vasiliy.strelni...@gehtsoftusa.com> All information contained in this e-mail is strictly confidential and is only intended for use by the recipient.