set for release

This commit is contained in:
Jesse McConnell 2014-05-15 07:51:26 -05:00
parent 7982a38ea6
commit 4c24fa120f
1 changed files with 28 additions and 0 deletions

View File

@ -1,3 +1,31 @@
jetty-9.2.0.RC0 - 15 May 2014
+ 419972 Support sending forms (application/x-www-form-urlencoded).
+ 420368 Default content types for ContentProviders.
+ 428966 Per-request cookie support.
+ 430418 Jetty 9.1.3 and Chrome 33 permessage-deflate do not work together
+ 431333 NPE In logging of WebSocket ExtensionConfig
+ 432321 jetty-start / Allow defining extra start directories for common
configurations
+ 432939 Jetty Client ContentResponse should have methods such as
getContentType() and getMediaType().
+ 433089 Client should provide Request.accept() method, like JAX-RS 2.0
Invocation.Builder.accept().
+ 433405 Websocket Session.setMaxIdleTimeout fails with zero
+ 433689 Evict old HttpDestinations from HttpClient.
+ 434386 Request Dispatcher extracts args and prevents asyncIO.
+ 434395 WebSocket / memory leak, WebSocketSession not cleaned up in abnormal
closure cases
+ 434447 Able to create a session after a response.sendRedirect
+ 434505 Allow property files on start.jar command line Signed-off-by: Tom
Zeller<tzeller@dragonacea.biz>
+ 434578 Complete listener not called if redirected to an invalid URI.
+ 434679 Log static initialization via jetty-logging.properties fails
sometimes
+ 434685 WebSocket read/parse does not discard remaining network buffer after
unrecoverable error case
+ 434715 Avoid call to ServletHolder.getServlet() during handle() iff servlet
is available and instantiated
jetty-9.2.0.M1 - 08 May 2014
+ 367680 jsp-file with load-on-startup not precompiled
+ 404511 removed deprecated StringMap