Skip to content

Commit b1e6b55

Browse files
committed
Updating to version 9.4.22.v20191022
1 parent a9e543c commit b1e6b55

136 files changed

Lines changed: 246 additions & 203 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

VERSION.txt

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,47 @@
1-
jetty-9.4.22-SNAPSHOT
1+
jetty-9.4.22.v20191022 - 22 October 2019
2+
+ 2429 HttpClient backpressure improved
3+
+ 3558 Error notifications can be received after a successful websocket
4+
+ 3787 Jetty client sometimes returns EOFException instead of
5+
SSLHandshakeException on certificate errors.
6+
+ 3913 Clustered HttpSession IllegalStateException: Invalid for read
7+
+ 3989 Inform custom ManagedSelector of dead selector via optional
8+
onFailedSelect()
9+
+ 4096 Thread in ReservedThreadExecutor does not exit when stopped
10+
+ 4104 Frames are sent through ExtensionStack even if WebSocket Session is
11+
closed
12+
+ 4105 QueuedThreadPool increased thread usage and no idle thread decay
13+
+ 4115 Drop HTTP/2 pseudo headers
14+
+ 4121 QueuedThreadPool should support ThreadFactory behaviors
15+
+ 4122 QueuedThreadPool should reset thread interrupted on failed run
16+
+ 4128 OpenIdCredetials can't decode JWT ID token
17+
+ 4132 Should be possible to use OIDC without metadata
18+
+ 4141 ClassCastException with non-async Servlet + async Filter +
19+
HttpServletRequestWrapper
20+
+ 4142 Configurable HTTP/2 RateControl
21+
+ 4144 Naked cast to Request should be avoided
22+
+ 4156 IllegalStateException when forwarding to jsp with new session
23+
+ 4158 Behaviour change in session handling in 9.4.21.v20190926
24+
+ 4170 Client-side alias selection based on SSLEngine
25+
+ 4174 ConcurrentModificationException when stopping jetty:run-war
26+
+ 4176 Should not set header if sendError has been called
27+
+ 4177 Configure HTTP proxy with SslContextFactory
28+
+ 4179 Improve HttpChannel$SendCallback references for GC
29+
+ 4183 Jetty considers bootstrap injected class to be a "server class"
30+
+ 4188 Spin in HttpOutput.close
31+
+ 4190 Jetty hangs after thread blocked in SharedBlockingCallback.block()
32+
called by HttpOutput.close
33+
+ 4191 Increase GzipHandler minGzipSize default size
34+
+ 4193 InetAccessHandler - new includeConnectors/excludeConnectors not quite
35+
correct anymore
36+
+ 4201 Throw SSLHandshakeException in case of TLS handshake failures
37+
+ 4203 Some Transfer-Encoding and Content-Length combinations do not result in
38+
expected 400 Bad Request
39+
+ 4204 Transfer-Encoding behavior does not follow RFC7230
40+
+ 4208 Regression in Jetty 9.4.21: 304 response with Content-Length fails
41+
+ 4209 Unused TLS connection is not closed in Java 11
42+
+ 4217 SslConnection.DecryptedEnpoint.flush eternal busy loop
43+
+ 4227 First authorization request produced by OIDC module fails due to
44+
inclusion of sessionid
245

346
jetty-9.4.21.v20190926 - 26 September 2019
447
+ 97 Permanent UnavailableException thrown during servlet request handling
@@ -9,7 +52,7 @@ jetty-9.4.21.v20190926 - 26 September 2019
952
+ 1036 Allow easy configuration of Scheduler-Threads and name them more
1053
appropriate
1154
+ 2815 HPack fields are opaque octets
12-
+ 3040 Allow RFC6265 Cookies to include optional SameSite attribute.
55+
+ 3040 Allow RFC6265 Cookies to include optional SameSite attribute
1356
+ 3106 WebSocket connection stats and request stats
1457
+ 3734 WebSocket suspend when input closed
1558
+ 3747 Make Jetty Demo work with JPMS

aggregates/jetty-all-compact3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>9.4.22-SNAPSHOT</version>
5+
<version>9.4.22.v20191022</version>
66
<relativePath>../../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

aggregates/jetty-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>9.4.22-SNAPSHOT</version>
5+
<version>9.4.22.v20191022</version>
66
<relativePath>../../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

apache-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>9.4.22-SNAPSHOT</version>
5+
<version>9.4.22.v20191022</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>apache-jsp</artifactId>

apache-jstl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>jetty-project</artifactId>
5-
<version>9.4.22-SNAPSHOT</version>
5+
<version>9.4.22.v20191022</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>apache-jstl</artifactId>

build-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>build-resources</artifactId>
5-
<version>9.4.22-SNAPSHOT</version>
5+
<version>9.4.22.v20191022</version>
66
<packaging>jar</packaging>
77
<name>Jetty :: Build Resources</name>
88

examples/async-rest/async-rest-jar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>example-async-rest</artifactId>
5-
<version>9.4.22-SNAPSHOT</version>
5+
<version>9.4.22.v20191022</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

examples/async-rest/async-rest-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty</groupId>
44
<artifactId>example-async-rest</artifactId>
5-
<version>9.4.22-SNAPSHOT</version>
5+
<version>9.4.22.v20191022</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

examples/async-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.examples</groupId>
44
<artifactId>examples-parent</artifactId>
5-
<version>9.4.22-SNAPSHOT</version>
5+
<version>9.4.22.v20191022</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

examples/embedded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.eclipse.jetty.examples</groupId>
44
<artifactId>examples-parent</artifactId>
5-
<version>9.4.22-SNAPSHOT</version>
5+
<version>9.4.22.v20191022</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)