Package: jetty9 / 9.2.21-1+deb9u1

Metadata

Package Version Patches format
jetty9 9.2.21-1+deb9u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 maven bundle plugin version.patch | (download)

pom.xml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 maven-bundle-plugin-version

02 import alpn api.patch | (download)

jetty-alpn/jetty-alpn-api/pom.xml | 117 117 + 0 - 0 !
jetty-alpn/jetty-alpn-api/src/main/java/org/eclipse/jetty/alpn/ALPN.java | 249 249 + 0 - 0 !
jetty-alpn/pom.xml | 1 1 + 0 - 0 !
3 files changed, 367 insertions(+)

 add the one-class alpn api (http://git.eclipse.org/c/jetty/org.eclipse.jetty.alpn.git)

03 update parent pom version.patch | (download)

jetty-overlay-deployer/pom.xml | 2 1 + 1 - 0 !
jetty-rhttp/jetty-rhttp-client/pom.xml | 2 1 + 1 - 0 !
jetty-rhttp/jetty-rhttp-connector/pom.xml | 2 1 + 1 - 0 !
jetty-rhttp/jetty-rhttp-gateway/pom.xml | 2 1 + 1 - 0 !
jetty-rhttp/pom.xml | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

 update the version of the parent pom in the modules to match the version currently packaged
04 weksocket 1.1 compatibility.patch | (download)

jetty-websocket/javax-websocket-client-impl/src/main/java/org/eclipse/jetty/websocket/jsr356/JsrSession.java | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 fix the compatibility with the websocket api 1.1
05 remove bundle required execution environment.patch | (download)

pom.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
06 CVE 2017 7658_CVE 2017 7657_CVE 2017 7656.patch | (download)

jetty-http/src/main/java/org/eclipse/jetty/http/HttpParser.java | 77 53 + 24 - 0 !
jetty-http/src/test/java/org/eclipse/jetty/http/HttpParserTest.java | 36 28 + 8 - 0 !
jetty-server/src/main/java/org/eclipse/jetty/server/HttpChannel.java | 12 4 + 8 - 0 !
jetty-server/src/test/java/org/eclipse/jetty/server/HttpConnectionTest.java | 202 184 + 18 - 0 !
jetty-server/src/test/java/org/eclipse/jetty/server/PartialRFC2616Test.java | 45 37 + 8 - 0 !
tests/test-integration/src/test/java/org/eclipse/jetty/test/rfcs/RFC2616BaseTest.java | 20 8 + 12 - 0 !
6 files changed, 314 insertions(+), 78 deletions(-)

 [patch] issue #2529 rfc2616 vs rfc7230 cleanup

Signed-off-by: Greg Wilkins <gregw@webtide.com>