set for release

This commit is contained in:
Jesse McConnell 2014-05-08 11:15:31 -05:00
parent cdb38c4532
commit 042ce196a5
1 changed files with 79 additions and 0 deletions

View File

@ -1,3 +1,58 @@
jetty-9.2.0.M1 - 08 May 2014
+ 367680 jsp-file with load-on-startup not precompiled
+ 404511 removed deprecated StringMap
+ 409105 Upgrade jetty-osgi build/test to use more recent pax junit test
framework
+ 424982 improved PID check in jetty.sh
+ 425421 ContainerLifeCycle does not start added beans in started state
+ 428904 Add logging of which webapp has path with uncovered http methods
+ 431094 Consistent handling of utf8 decoding errors
+ 431459 Jetty WebSocket compression extensions fails to handle big messages
properly
+ 431519 Fixed NetworkTrafficListener
+ 431642 Implement ProxyServlet using Servlet 3.1 async I/O.
+ 432145 Pending request is not failed when HttpClient is stopped.
+ 432270 Slow requests with response content delimited by EOF fail.
+ 432321 jetty-start / Allow defining extra start directories for common
configurations
+ 432468 Improve command CGI path handling
+ 432473 web.xml declaration order of filters not preserved on calls to init()
+ 432483 make osgi.serviceloader support for
javax.servlet.ServletContainerInitializer optional (cherry picked from
commit 31043d25708edbea9ef31948093f4eaf2247919b)
+ 432528 IllegalStateException when using DeferredContentProvider.
+ 432777 Async Write Loses Data with HTTPS Server.
+ 432901 ensure a single onError callback only in pending and unready states
+ 432993 Improve handling of ProxyTo and Prefix parameters in
ProxyServlet.Transparent.
+ 433244 Security manager lifecycle cleanup
+ 433262 WebSocket / Advanced close use cases
+ 433365 No such servlet:
__org.eclipse.jetty.servlet.JspPropertyGroupServlet__
+ 433370 PATCH method does not work with ProxyServlet.
+ 433431 Support ServletHandler fall through
+ 433479 Improved resource javadoc
+ 433483 sync log initialize
+ 433512 Jetty throws RuntimeException when webapp compiled with jdk8
-parameters
+ 433563 Jetty fails to startup on windows - InvalidPathException
+ 433572 default to sending date header
+ 433656 Change to Opcode.ASM5 breaks jetty-osgi
+ 433692 improved buffer resizing
+ 433708 Improve WebAppClassLoader.addClassPath() IllegalStateException
message
+ 433793 WebSocket / empty protocol list in ServerEndpointConfig.Configurator
when using non-exact header name
+ 433841 Resource.newResource() declares an exception it does not throw
+ 433849 FileResource string compare fix
+ 433916 HttpChannelOverHttp handles HTTP 1.0 connection reuse incorrectly.
+ 434009 Improved javadoc for accessing HttpChannel and HttpConnection
+ 434027 ReadListener.onError() not invoked in case of read failures.
+ 434056 Support content consumed asynchronously.
+ 434074 Avoid double dispatch by returning false from messageComplete
+ 434077 AnnotatedServerEndpointTest emits strange exception
+ 434247 Redirect loop in FastCGI proxying for HTTPS sites.
jetty-9.2.0.M0 - 09 April 2014
+ 419801 Upgrade to asm5 for jdk8
+ 423392 Fix buffer overflow in AsyncGzipFilter
@ -19,6 +74,30 @@ jetty-9.2.0.M0 - 09 April 2014
+ 432145 Pending request is not failed when HttpClient is stopped.
+ 432270 Slow requests with response content delimited by EOF fail.
jetty-9.1.5.v20140505 - 05 May 2014
+ 431459 Jetty WebSocket compression extensions fails to handle big messages
properly
+ 431519 Fixed NetworkTrafficListener
+ 432145 Pending request is not failed when HttpClient is stopped.
+ 432270 Slow requests with response content delimited by EOF fail.
+ 432473 web.xml declaration order of filters not preserved on calls to init()
+ 432483 make osgi.serviceloader support for
javax.servlet.ServletContainerInitializer optional (cherry picked from
commit 31043d25708edbea9ef31948093f4eaf2247919b)
+ 432528 IllegalStateException when using DeferredContentProvider.
+ 432777 Async Write Loses Data with HTTPS Server.
+ 432901 ensure a single onError callback only in pending and unready states
+ 432993 Improve handling of ProxyTo and Prefix parameters in
ProxyServlet.Transparent.
+ 433365 No such servlet:
__org.eclipse.jetty.servlet.JspPropertyGroupServlet__ (cherry picked from
commit e2ed934978b958d6fccb28a8a5d04768f7c0432d)
+ 433370 PATCH method does not work with ProxyServlet.
+ 433483 sync log initialize
+ 433692 improved buffer resizing
+ 433916 HttpChannelOverHttp handles HTTP 1.0 connection reuse incorrectly.
+ 434027 ReadListener.onError() not invoked in case of read failures.
jetty-9.1.4.v20140401 - 01 April 2014
+ 414206 Rewrite rules re-encode requestURI
+ 414885 Don't expose JDT classes by default