From 5ab90389adb834cfeec7892f813e2c4ecc60b6ba Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Wed, 23 Dec 2020 12:19:27 +0100 Subject: Explicitly allow only absolute URIs with host in UriPattern.match --- .../main/java/com/yahoo/jdisc/http/server/jetty/HttpRequestFactory.java | 1 - 1 file changed, 1 deletion(-) (limited to 'jdisc_http_service') diff --git a/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/HttpRequestFactory.java b/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/HttpRequestFactory.java index f24f2f62771..c565025e9ba 100644 --- a/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/HttpRequestFactory.java +++ b/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/HttpRequestFactory.java @@ -1,7 +1,6 @@ // Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.jdisc.http.server.jetty; -import com.yahoo.jdisc.Response; import com.yahoo.jdisc.http.HttpRequest; import com.yahoo.jdisc.http.servlet.ServletRequest; import com.yahoo.jdisc.service.CurrentContainer; -- cgit v1.2.3