Please see http://lists.sourceforge.net/lists/listinfo/jetty-discuss
to subscribe.
This open list is for general discussion regarding the use and development of the Jetty Open Source Java HTTP Servlet server.
The list is provided by http://groups.yahoo.com and can
be reached at jetty-discuss@groups.yahoo.com.
Archives can be viewed at http://groups.yahoo.com/group/jetty-discuss/
For the latest information about Jetty, please see http://jetty.mortbay.org
Stefan, The rough plan is to get 6.1 the stable release as soon as possible. It was only branched as 6.1 contained some buffering changes for the SslEngine
Just a quick question. On the roadmap in JIRA i see that all issues for 6.0.2 have been fixed. Does that mean we'll be able to download an offcial release
I have a need to maintain a 'user-session' in my proxy server which parallels a real session of proxied applications. Is it possible to integrate with jetty
Will this forthcoming ProxyHandler be able to expose contents of the request and response in non destructive manner to successive handlers ? To be more
Hi Elia, Authentication on Embedded Jetty: This example is setting up Basic Authentication on the context "/mywebapp" *On your webapp's WEB-INF/web.xml:*