On 18/12/2013 14:51, Jeanfrancois Arcand wrote: > > On 2013-12-17 7:59 PM, Mark Thomas wrote: >> >> The proposed 8.0.0-RC9 release is: >> [X] Broken - do not release >> [ ] Alpha - go ahead and release as 8.0.0-RC9 alpha > Atmosphere stopped working with 8.0.0-RC9. With all previous RC from 1 > to 7 it worked (didn't test 8) and websockets properly handled for this > request > > https://gist.github.com/jfarcand/8023402 > > You can test it by downloading the .war from here > > http://goo.gl/36PSaz > > It seems this line: > > container.addEndpoint(ServerEndpointConfig.Builder.create(JSR356Endpoint.class, > b.toString()).configurator(configurator).build()); > > has no effect anymore (see: http://goo.gl/POL9Ce). > > Ping me if you need more information.
That should be enough for me to track this down. The likely culprit is the change I made to switch to lazy init for WebSocket. I'll take a look. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org