Greg Wilkins | 11 Nov 2010 01:25
Gravatar

[jetty-announce] Jetty release 6.1.26

Maintenance release jetty-6.1.26 is now available via
http://jetty.codehaus.org and in maven central.
This release contains a number of minor to moderate fixes, but nothing
that suggests an urgent upgrade
is required unless you are suffering from one of the issues.

Jetty-6.1.26 10 November 2010
 + JETTY-748 Prevent race close of socket by old acceptor threads
 + JETTY-1239 HTAccessHandler [allow from 127.0.0.1] does not work
 + JETTY-1291 Extract query parameters even if POST content consumed
 + JETTY-1293 Avoid usage of String.split
 + JETTY-1296 Always clear changes list in selectManager

Jetty-6.1.26.RC0 20 October 2010
 + JETTY-547 Improved usage of shutdownOutput before close.
 + JETTY-912 add per exchange timeout
 + JETTY-1051 offer jetty.skip flag for maven plugin
 + JETTY-1096 exclude maven and plexus classes from jetty plugin
 + JETTY-1248 Infinite loop creating temp MultiPart files
 + JETTY-1264 Idle timer deadlock
 + JETTY-1271 Handle unavailable request
 + JETTY-1278 J2se6 SPI filter handling fix
 + JETTY-1283 Allow JSONPojoConvertorFactory to set fromJSON
 + JETTY-1287 rewrite handler thread safe issue resolved
 + JETTY-1288 info when atypical classloader set to WebAppContext
 + JETTY-1289 MRU cache for filter chains
 + JETTY-1292 close input streams after keystore.load()
 + 325468 Clean work webapp dir before unpack
 + 327109 Fixed AJP handling of empty packets
 + 327562 Implement all X-Forwarded headers in ProxyServlet
(Continue reading)

Jan Bartel | 23 Nov 2010 21:30

[jetty-announce] Jetty 8.0.0.M2

The 3rd milestone release of jetty-8, which supports the Servlet 3.0
specification, is available for download from maven central
repository at 
http://repo2.maven.org/maven2/org/eclipse/jetty/jetty-distribution/8.0.0.M2/ 
and Eclipse at http://download.eclipse.org/jetty/.

Changes since 8.0.0.M1:
  + 320073 Reconsile configuration mechanism
  + 321068 JSF2 fails to initialize
  + 324493 Registration init parameter handling null check, 
setInitParameters additive
  + 324505 Request.login method must throw ServletException if it cant 
login
  + 324872 allow disabling listener restriction from using 
*Registration interfaces
  + 327416 Change meaning of  <at> HandlesTypes in line with latest 
interpretation by JSR315
  + 327489 Change meaning of  <at> MultipartConfig to match servlet spec 
3.0 maintenance release 3.0a
  + 328008 Handle update to Servlet Spec 3 Section 8.2.3.h.ii
  + 330188 Reject web-fragment.xml with same <name> as another already 
loaded one
  + 330208 Support new wording on servlet-mapping and filter-mapping 
merging from servlet3.0a
  + 330292 request.getParts() returns only one part when the name is 
the same
  + Update to jetty-7.2.1.v20101111

We also provide jetty-hightide-8.0.0.M2 distribution which provides
javaee style services integrated with jetty-8.0.0.M2, including
(Continue reading)


Gmane