Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-announce] Jetty Releases: 7.6.6.v20120903 / 8.1.6.v20120903

We have released the latest stable iterations of our jetty7 and jetty8
distributions.  We are quite happy with how 7.6 and 8.1 have shaped up
and are pleased with these latest releases, we do not foresee having
to release minor version updates so expect to see 7.6 and 8.1 around
for a while.

They are available from usual locations.

Eclipse:
http://download.eclipse.org/jetty/

Codehaus:
http://dist.codehaus.org/jetty/

As a side note, I suspect the next release will be the initial
milestone release of jetty-9!  You can read more about some of what is
going on with this release at the following blog post.

http://webtide.intalio.com/2012/08/jetty-9-its-coming/

cheers,
jesse

jetty-7.6.6.v20120903 - 03 September 2012
 + 347130 Empty getResourcePaths due to ZipFileClosedException
 + 367591 Support Env variables in XmlConfiguration.
 + 377055 Prevent webapp classloader leaks
 + 379207 backported fixes from jetty-9 to make hierarchy work
 + 379423 Jetty URL Decoding fails for certain international characters
 + 383304 Reset PrintWriter on response recycle
 + 384847 better name
 + 385049 fix issue with pipelined connections when switching protocols
 + 385651 Message 'Address already in use' not specific enough
 + 386010 JspRuntimeContext rewraps System.err
 + 386591 add UnixCrypt note to about.html
 + 386714 used deferred auth for form login and error pages
 + 387896 populate session in SessionAuthentication as a valueBound in addition
   to activation so it is populate when needed
 + 387943 Catch CNFE when no jstl jars are installed
 + 387953 jstl does not work with jetty-7 in osgi
 + 388072 GZipFilter incorrectly gzips when Accept-Encoding: gzip; q=0
 + 388073 null session id from cookie causes NPE fixed
 + 388102 Jetty HttpClient memory leaks when sending larger files
 + 388393 WebAppProvider doesn't work alongside OSGi deployer
 + 388502 handle earlyEOF with 500
 + 388652 Do not flush on handle return if request is suspended
 + JETTY-1501 Setting custom error response message changes page title
 + JETTY-1515 Include cookies on 304 responses from DefaultServlet.
 + JETTY-1527 handle requests with URIs like http://host  (ie no / )
 + JETTY-1529 Ensure new session that has just been authenticated does not get
   renewed
 + JETTY-1532 HTTP headers decoded with platform's default encoding
 + JETTY-1541 fixed different behaviour for single byte writes
 + 385925: make SslContextFactory.setProtocols and
   SslContextFactory.setCipherSuites preserve the order of the given parameters


jetty-8.1.6.v20120903 - 03 September 2012
 + 347130 Empty getResourcePaths due to ZipFileClosedException
 + 367591 Support Env variables in XmlConfiguration.
 + 377055 Prevent webapp classloader leaks
 + 379207 backported fixes from jetty-9 to make hierarchy work
 + 379423 Jetty URL Decoding fails for certain international characters
 + 383304 Reset PrintWriter on response recycle
 + 384847 better name
 + 385049 fix issue with pipelined connections when switching protocols
 + 385651 Message 'Address already in use' not specific enough
 + 386010 JspRuntimeContext rewraps System.err
 + 386591 add UnixCrypt note to about.html
 + 386714 used deferred auth for form login and error pages
 + 387896 populate session in SessionAuthentication as a valueBound in addition
   to activation so it is populate when needed
 + 387943 Catch CNFE when no jstl jars are installed
 + 387953 jstl does not work with jetty-7 in osgi
 + 388072 GZipFilter incorrectly gzips when Accept-Encoding: gzip; q=0
 + 388073 null session id from cookie causes NPE fixed
 + 388102 Jetty HttpClient memory leaks when sending larger files
 + 388393 WebAppProvider doesn't work alongside OSGi deployer
 + 388502 handle earlyEOF with 500
 + 388652 Do not flush on handle return if request is suspended
 + JETTY-1501 Setting custom error response message changes page title
 + JETTY-1515 Include cookies on 304 responses from DefaultServlet.
 + JETTY-1527 handle requests with URIs like http://host  (ie no / )
 + JETTY-1529 Ensure new session that has just been authenticated does not get
   renewed
 + JETTY-1532 HTTP headers decoded with platform's default encoding
 + JETTY-1541 fixed different behaviour for single byte writes
 + 385925: make SslContextFactory.setProtocols and
   SslContextFactory.setCipherSuites preserve the order of the given parameters


jetty@codehaus-7.6.6.v20120903 - 03 September 2012
 + 385651 Message 'Address already in use' not specific enough
 + 386531 setuid library name should not be hardcoded
 + JETTY-991 Delay exit of parent until forked jetty started
 + JETTY-1482 undoing previous incorrect fix: server id is Server
 + JETTY-1516 allow context xml to override pom config for jetty:run-forked,
   same as other jetty mojos


jetty@codehaus-8.1.6.v20120903 - 03 September 2012
 + 385651 Message 'Address already in use' not specific enough
 + 386531 setuid library name should not be hardcoded
 + 387254 jetty-maven-plugin set 'WebInfIncludeJarPattern' option
 + JETTY-991 Delay exit of parent until forked jetty started
 + JETTY-1482 undoing previous incorrect fix: server id is Server
 + JETTY-1516 allow context xml to override pom config for jetty:run-forked,
   same as other jetty mojos

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


Back to the top