Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty Releases 7.6.5.v20120716 and 8.1.5.v20120716

(SPDY SPDY SPDY) ->
http://webtide.intalio.com/2012/07/fully-functional-spdy-proxy/

We are pleased to announce the availability of Jetty 7.6.5.v20120716
and Jetty 8.1.5.v20120716 which can be downloaded now.

Eclipse: http://download.eclipse.org/jetty/
Codehaus: http://dist.codehaus.org/jetty/

All artifacts are in maven central now and the p2 repository for osgi
users is available and linked on the eclipse download page.

The list of issues addressed in this release are below.

cheers!
jesse

--
Jesse McConnell <jesse@xxxxxxxxxxx>
www.webtide.com – Developer advice, services and support from the
Jetty & CometD experts.




jetty-7.6.5.v20120716 - 16 July 2012
 + 376717 Balancer Servlet with round robin support, contribution, added
   missing license
 + 379250 Server is added to shutdown hook twice
 + 380866 maxIdleTime set to 0 after session migration
 + 381399 Unable to stop a jetty instance that has not finished starting
 + 381401 Print log warning when stop attempt made with incorrect STOP.KEY
 + 381402 Make ContextHandler take set of protected directories
 + 381521 set Vary:Accept-Encoding header for content that might be compressed
 + 381639 CrossOriginFilter does not support Access-Control-Expose-Headers.
 + 381712 Support all declared servlets that implement
   org.apache.jasper.servlet.JspServlet
 + 381825 leave URI params in forwarded requestURI
 + 381876 Monitor should wait for child to finish before exiting.
 + 382343 Jetty XML support for Map is broken.
 + 383251 500 for SocketExceptions
 + 383881 WebSocketHandler sets request as handled
 + 384254 revert change to writable when not dispatched
 + 384847 CrossOriginFilter is not working.
 + 384896 JDBCSessionManager fails to load existing sessions on oracle when
   contextPath is /
 + 384980 Jetty client unable to recover from Time outs when connection count
   per address hits max.
 + JETTY-1525 Show handle status in response debug message
 + JETTY-1530 refine search control on ldap login module


jetty-8.1.5.v20120716 - 16 July 2012
 + 376717 Balancer Servlet with round robin support, contribution, added
   missing license
 + 379250 Server is added to shutdown hook twice
 + 380866 maxIdleTime set to 0 after session migration
 + 381399 Unable to stop a jetty instance that has not finished starting
 + 381401 Print log warning when stop attempt made with incorrect STOP.KEY
 + 381402 Make ContextHandler take set of protected directories
 + 381521 set Vary:Accept-Encoding header for content that might be compressed
 + 381639 CrossOriginFilter does not support Access-Control-Expose-Headers.
 + 381712 Support all declared servlets that implement
   org.apache.jasper.servlet.JspServlet
 + 381825 leave URI params in forwarded requestURI
 + 381876 Monitor should wait for child to finish before exiting.
 + 382343 Jetty XML support for Map is broken.
 + 383251 500 for SocketExceptions
 + 383881 WebSocketHandler sets request as handled
 + 384254 revert change to writable when not dispatched
 + 384280 Implement preliminary ServletRegistrations
 + 384847 CrossOriginFilter is not working.
 + 384896 JDBCSessionManager fails to load existing sessions on oracle when
   contextPath is /
 + 384980 Jetty client unable to recover from Time outs when connection count
   per address hits max.
 + 385138 add getter for session path and max cookie age that seemed to
   disappear in a merge long ago
 + JETTY-1523 It is imposible to map servlet to "/" using
   WebApplicationInitializer
 + JETTY-1525 Show handle status in response debug message
 + JETTY-1530 refine search control on ldap login module


jetty@codehaus-7.6.5.v20120716 - 16 July 2012
 + JETTY-991 added <waitForChild> to control behaviour of jetty:run-forked
 + JETTY-1507 Allow SystemProperties to override commandline
 + JETTY-1522 jetty:run-war <webApp> definition conflicts with <war>
 + JETTY-1526 SetUID leaves user.name and user.home set to root and /root
   (respectively)


jetty@codehaus-8.1.5.v20120716 - 16 July 2012
 + 384280 Implement preliminary ServletRegistrations
 + JETTY-991 added <waitForChild> to control behaviour of jetty:run-forked
 + JETTY-1507 Allow SystemProperties to override commandline
 + JETTY-1522 jetty:run-war <webApp> definition conflicts with <war>
 + JETTY-1526 SetUID leaves user.name and user.home set to root and /root
   (respectively)


Back to the top