]> WPIA git - gigi.git/blobdiff - lib/jetty/org/eclipse/jetty/server/HostHeaderCustomizer.java
updating jetty to jetty-9.2.16.v2016040
[gigi.git] / lib / jetty / org / eclipse / jetty / server / HostHeaderCustomizer.java
index b39b25dcf404c1ab0ee6f476f14b481659048594..464f1d26a149a6d721091d10731973ce42f80944 100644 (file)
@@ -1,6 +1,6 @@
 //
 //  ========================================================================
 //
 //  ========================================================================
-//  Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd.
+//  Copyright (c) 1995-2016 Mort Bay Consulting Pty. Ltd.
 //  ------------------------------------------------------------------------
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the Eclipse Public License v1.0
 //  ------------------------------------------------------------------------
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the Eclipse Public License v1.0
@@ -20,8 +20,6 @@ package org.eclipse.jetty.server;
 
 import java.util.Objects;
 
 
 import java.util.Objects;
 
-import javax.servlet.http.HttpServletRequest;
-
 /**
  * Customizes requests that lack the {@code Host} header (for example, HTTP 1.0 requests).
  * <p />
 /**
  * Customizes requests that lack the {@code Host} header (for example, HTTP 1.0 requests).
  * <p />