[jetty-users] SOAP WS and jetty 6

2012-04-25 Thread Gustav Olsson
I have a rather simple soap webservice that's been running on jetty for a while. When I'm now in the process of adding features to it, I realize that it would ease things a lot if the application layer would be able to handle the requests synchronously. This in the sense that I want the request-

Re: [jetty-users] websocket support

2012-04-25 Thread Jesse McConnell
the spec was released and we support the released version of the spec already http://tools.ietf.org/html/rfc6455 cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Wed, Apr 25, 2012 at 06:47, Daniel Woo wrote: > Hi all, > > Does jetty team have a plan to support hybi-17 recently?

[jetty-users] websocket support

2012-04-25 Thread Daniel Woo
Hi all, Does jetty team have a plan to support hybi-17 recently? http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-17.txt -- Thanks & Regards, Daniel ___ jetty-users mailing list jetty-users@eclipse.org https://dev.eclipse.org/mailman/list

Re: [jetty-users] Jetty does not remove timed-out session, if the session was replaced in runtime

2012-04-25 Thread Jan Bartel
Michael, I opened this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=377610 Jan On 25 April 2012 16:54, Michael Elman wrote: > Hi, > > the following fix seems to fix the bug: > > import java.io.IOException; > > import javax.servlet.ServletException; > import javax.servlet.http.HttpServlet