From 56c00022cd95c4f1a931d5de2b828ef0c0c1ca2e Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Mon, 22 Oct 2018 10:31:00 +0800 Subject: [PATCH] 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7cbd7116..64eaac2d 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ UTF-8 4.5 - 9.3.0.RC0 + 9.3.24.v20180605