Skip to content

Commit a9729c7

Browse files
committed
Updating to version 9.4.25.v20191220
1 parent ccf04a4 commit a9729c7

File tree

136 files changed

+231
-202
lines changed

Some content is hidden

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

136 files changed

+231
-202
lines changed

VERSION.txt

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
1-
jetty-9.4.25-SNAPSHOT
1+
jetty-9.4.25.v20191220 - 20 December 2019
2+
+ 995 UrlEncoded.encodeString should skip more characters
3+
+ 2195 Add parameter expansion to start.jar --exec parameters
4+
+ 3512 File descriptor is not released after zip file uploaded via
5+
jetty-client
6+
+ 3730 WebSocketClient constructor cleanup (and deprecations)
7+
+ 4269 ResponseWriter should not throw RuntimeIOExceptions
8+
+ 4323 QOS Filter does not handle IllegalStateException and never releases
9+
passes
10+
+ 4329 rewrite prevents URL session tracking.
11+
+ 4331 Improve handling of HttpOutput.close() for pending writes
12+
+ 4350 Deprecated MultiPartInputStreamParser still used in jetty-server
13+
(MultiPartsUtilParser) but OSGi ExportPackage suppressed
14+
+ 4351 Servlet.service called before Servlet.init is finished when servlet is
15+
lazily initialized
16+
+ 4363 jetty-maven-plugin no longer processes supplied context.xml-file.
17+
+ 4366 HTTP client uses SOCKS4 proxy hostname for SSL hostname verification
18+
+ 4374 Jetty client: Response.AsyncContentListener.onContent is not called
19+
+ 4376 Async Content Complete bug results in
20+
org.eclipse.jetty.io.EofException: Async closed
21+
+ 4385 Limit new UnsupportedOperationException to direct base class
22+
SslContextFactory usage
23+
+ 4392 Suppress logging of QuietException in HttpChannelState.asyncError()
24+
+ 4402 NPE in JettyRunWarExplodedMojo
25+
+ 4411 Jetty server spins on incomplete request due to delayed dispatch
26+
until content
27+
+ 4415 GzipHandler invalid input zip size on large
28+
(over 2,147,483,647 bytes) request body content
29+
+ 4421 HttpClient support for PROXY protocol
30+
+ 4427 Retried HttpClient Requests can result in duplicates cookies
231

332
jetty-9.4.24.v20191120 - 20 November 2019
433
+ 3083 The ini-template for jetty.console-capture.dir does not match the

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.25-SNAPSHOT</version>
5+
<version>9.4.25.v20191220</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.25-SNAPSHOT</version>
5+
<version>9.4.25.v20191220</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.25-SNAPSHOT</version>
5+
<version>9.4.25.v20191220</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.25-SNAPSHOT</version>
5+
<version>9.4.25.v20191220</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.25-SNAPSHOT</version>
5+
<version>9.4.25.v20191220</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.25-SNAPSHOT</version>
5+
<version>9.4.25.v20191220</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.25-SNAPSHOT</version>
5+
<version>9.4.25.v20191220</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.25-SNAPSHOT</version>
5+
<version>9.4.25.v20191220</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.25-SNAPSHOT</version>
5+
<version>9.4.25.v20191220</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)