Skip to content

Commit 56c0002

Browse files
committed
Upgrade org.eclipse.jetty:jetty-server to version 9.3.24.v20180605 or later.
In Eclipse Jetty, versions 9.2.x and older, 9.3.x (all configurations), and 9.4.x (non-default configuration with RFC2616 compliance enabled), HTTP/0.9 is handled poorly. An HTTP/1 style request line (i.e. method space URI space version) that declares a version of HTTP/0.9 was accepted and treated as a 0.9 request. If deployed behind an intermediary that also accepted and passed through the 0.9 version (but did not act on it), then the response sent could be interpreted by the intermediary as HTTP/1 headers. This could be used to poison the cache if the server allowed the origin client to generate arbitrary content in the response.
1 parent 44597ce commit 56c0002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109

110110
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
111111
<httpclient.version>4.5</httpclient.version>
112-
<jetty.version>9.3.0.RC0</jetty.version>
112+
<jetty.version>9.3.24.v20180605</jetty.version>
113113
</properties>
114114

115115
<dependencyManagement>

0 commit comments

Comments
 (0)