parent
0603b1337b
commit
6e6574e92d
58
VERSION.txt
58
VERSION.txt
|
@ -65,7 +65,7 @@ jetty-9.4.33.v20201020 - 20 October 2020
|
|||
produced by ForwardedHeader
|
||||
+ 5443 Request without Host header fails with NullPointerException in
|
||||
ForwardedRequestCustomizer
|
||||
+ 5451 Improve Working Directory creation
|
||||
+ 5451 Improve Working Directory creation - Resolves CVE-2020-27216
|
||||
+ 5454 Request error context is not reset
|
||||
+ 5475 Update to spifly 1.3.2 and asm 9
|
||||
+ 5480 NPE from WebInfConfiguration.deconfigure during WebAppContext shutdown
|
||||
|
@ -164,7 +164,7 @@ jetty-9.4.30.v20200611 - 11 June 2020
|
|||
+ 4923 SecureRequestCustomizer.SslAttributes does not cache cert chain like
|
||||
before
|
||||
+ 4929 HttpClient: HttpCookieStore.Empty prevents sending cookies
|
||||
+ 4936 Response header overflow leads to buffer corruptions
|
||||
+ 4936 Response header overflow leads to buffer corruptions - Resolves CVE-2019-17638
|
||||
|
||||
jetty-9.4.29.v20200521 - 21 May 2020
|
||||
+ 2188 Lock contention creating HTTP/2 streams
|
||||
|
@ -301,7 +301,7 @@ jetty-9.4.24.v20191120 - 20 November 2019
|
|||
+ 3083 The ini-template for jetty.console-capture.dir does not match the
|
||||
default value
|
||||
+ 4128 OpenIdCredetials can't decode JWT ID token
|
||||
+ 4334 Better test ErrorHandler changes
|
||||
+ 4334 Better test ErrorHandler changes - Resolves CVE-2019-17632
|
||||
|
||||
jetty-9.4.23.v20191118 - 18 November 2019
|
||||
+ 1485 Add systemd service file
|
||||
|
@ -391,6 +391,7 @@ jetty-9.4.22.v20191022 - 22 October 2019
|
|||
inclusion of sessionid
|
||||
|
||||
jetty-9.4.21.v20190926 - 26 September 2019
|
||||
+ Includes fixes for CVE-2019-9511, CVE-2019-9512, CVE-2019-9514, CVE-2019-9515, CVE-2019-9516, and CVE-2019-9518
|
||||
+ 97 Permanent UnavailableException thrown during servlet request handling
|
||||
should cause servlet destroy
|
||||
+ 137 Support OAuth
|
||||
|
@ -536,8 +537,8 @@ jetty-9.4.18.v20190429 - 29 April 2019
|
|||
jetty-9.4.17.v20190418 - 18 April 2019
|
||||
+ 2140 Infinispan and hazelcast changes to scavenge zombie expired sessions
|
||||
+ 3464 Split SslContextFactory into Client and Server
|
||||
+ 3549 Directory Listing on Windows reveals Resource Base path
|
||||
+ 3555 DefaultHandler Reveals Base Resource Path of each Context
|
||||
+ 3549 Directory Listing on Windows reveals Resource Base path - Resolves CVE-2019-10246
|
||||
+ 3555 DefaultHandler Reveals Base Resource Path of each Context - Resolves CVE-2019-10247
|
||||
|
||||
jetty-9.4.16.v20190411 - 11 April 2019
|
||||
+ 1861 Limit total bytes pooled by ByteBufferPools
|
||||
|
@ -545,7 +546,7 @@ jetty-9.4.16.v20190411 - 11 April 2019
|
|||
+ 3159 WebSocket permessage-deflate RSV1 validity check
|
||||
+ 3274 OSGi versions of java.base classes in
|
||||
org.apache.felix:org.osgi.foundation:jar conflicts with new rules on Java 9+
|
||||
+ 3319 Modernize Directory Listing: HTML5 and Sorting
|
||||
+ 3319 Modernize Directory Listing: HTML5 and Sorting - Resolves CVE-2019-10241
|
||||
+ 3361 HandlerCollection.addHandler is lacking synchronization
|
||||
+ 3373 OutOfMemoryError: Java heap space in GZIPContentDecoder
|
||||
+ 3389 Websockets jsr356 willDecode not invoked during decoding
|
||||
|
@ -618,8 +619,8 @@ jetty-9.3.28.v20191105 - 05 November 2019
|
|||
+ 4217 SslConnection.DecryptedEnpoint.flush eternal busy loop
|
||||
|
||||
jetty-9.3.27.v20190418 - 18 April 2019
|
||||
+ 3549 Directory Listing on Windows reveals Resource Base path
|
||||
+ 3555 DefaultHandler Reveals Base Resource Path of each Context
|
||||
+ 3549 Directory Listing on Windows reveals Resource Base path - Resolves CVE-2019-10246
|
||||
+ 3555 DefaultHandler Reveals Base Resource Path of each Context - Resolves CVE-2019-10247
|
||||
|
||||
jetty-9.3.26.v20190403 - 03 April 2019
|
||||
+ 2954 Improve cause reporting for HttpClient failures
|
||||
|
@ -627,17 +628,17 @@ jetty-9.3.26.v20190403 - 03 April 2019
|
|||
org.apache.felix:org.osgi.foundation:jar conflicts with new rules on Java 9+
|
||||
+ 3302 Support host:port in X-Forwarded-For header in
|
||||
ForwardedRequestCustomizer
|
||||
+ 3319 Allow reverse sort for directory listed files
|
||||
+ 3319 Allow reverse sort for directory listed files - Resolves CVE-2019-10241
|
||||
|
||||
jetty-9.2.29.v20191105 - 05 November 2019
|
||||
+ 4217 SslConnection.DecryptedEnpoint.flush eternal busy loop
|
||||
|
||||
jetty-9.2.28.v20190418 - 18 April 2019
|
||||
+ 3549 Directory Listing on Windows reveals Resource Base path
|
||||
+ 3555 DefaultHandler Reveals Base Resource Path of each Context
|
||||
+ 3549 Directory Listing on Windows reveals Resource Base path - Resolves CVE-2019-10246
|
||||
+ 3555 DefaultHandler Reveals Base Resource Path of each Context - Resolves CVE-2019-10247
|
||||
|
||||
jetty-9.2.27.v20190403 - 03 April 2019
|
||||
+ 3319 Refactored Directory Listing to modernize and avoid XSS
|
||||
+ 3319 Refactored Directory Listing to modernize and avoid XSS - Resolves CVE-2019-10241
|
||||
|
||||
jetty-9.4.14.v20181114 - 14 November 2018
|
||||
+ 3097 Duplicated programmatic Servlet Listeners causing duplicate calls
|
||||
|
@ -11347,24 +11348,31 @@ jetty-1.1
|
|||
jetty-1.0.1
|
||||
+ Bug fixes
|
||||
|
||||
jetty-1.0 - 01 January 1998
|
||||
jetty-1.0 - Jan 1998
|
||||
+ MBServlerV5 renamed to Jetty
|
||||
+ First release in com.mortbay package structure
|
||||
+ Included Util, JDBC, HTML, HTTP, Jetty MBServler-V4.5Beta + Using It
|
||||
JSDK1.0Beta API + Improved HTML package. + Filter mechanism inspired by
|
||||
JigSaw MBServler-V4
|
||||
+ Included Util, JDBC, HTML, HTTP, Jetty
|
||||
|
||||
MBServler-V4.5Beta
|
||||
+ Using It JSDK1.0Beta API
|
||||
+ Improved HTML package.
|
||||
+ Filter mechanism inspired by JigSaw
|
||||
|
||||
MBServler-V4
|
||||
+ JeevesA1.2 servlet API
|
||||
+ Better configuration and setup for embedding in other Java applications.
|
||||
+ Util classes from Intelligent Switched Systems. MBServler-V1 / IssueTracker
|
||||
3.1
|
||||
+ The IssueTracker HTTP server has been separated from the Issue Tracker
|
||||
application and updated to the java.servlet interface. It is now called
|
||||
MBServler
|
||||
+ JDBC module IssueTracker-2.0
|
||||
+ Util classes from Intelligent Switched Systems.
|
||||
|
||||
MBServler-V1 / IssueTracker 3.1
|
||||
+ The IssueTracker HTTP server has been separated from the Issue Tracker application and updated to the java.servlet interface. It is now called MBServler
|
||||
+ JDBC module
|
||||
|
||||
IssueTracker-2.0
|
||||
+ Faster HTTP server
|
||||
+ Basic authentication
|
||||
+ User management IssueTracker-1.0 - Jan 1995
|
||||
+ User management
|
||||
|
||||
IssueTracker-1.0 - Jan 1995
|
||||
+ Won the Australian Java Programming Contest!
|
||||
+ HTTP Server
|
||||
+ Issue tracking application
|
||||
|
||||
+ Issue tracking application
|
Loading…
Reference in New Issue