We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89807a commit edf9637Copy full SHA for edf9637
java/server/src/org/openqa/selenium/grid/web/EnsureSpecCompliantResponseHeaders.java
@@ -17,21 +17,13 @@
17
18
package org.openqa.selenium.grid.web;
19
20
-import static java.net.HttpURLConnection.HTTP_INTERNAL_ERROR;
21
import static org.openqa.selenium.json.Json.JSON_UTF_8;
22
23
-import com.google.common.collect.ImmutableMap;
24
-import com.google.common.collect.ImmutableSet;
25
-import com.google.common.net.MediaType;
26
-
27
import org.openqa.selenium.internal.Require;
28
-import org.openqa.selenium.remote.http.Contents;
29
import org.openqa.selenium.remote.http.Filter;
30
import org.openqa.selenium.remote.http.HttpHandler;
31
import org.openqa.selenium.remote.http.HttpResponse;
32
33
-import java.util.Set;
34
35
public class EnsureSpecCompliantResponseHeaders implements Filter {
36
37
@Override
0 commit comments