We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14ace4 commit 342feb6Copy full SHA for 342feb6
src/main/java/com/github/dockerjava/jaxrs/filter/SelectiveLoggingFilter.java
@@ -24,6 +24,7 @@ public class SelectiveLoggingFilter extends LoggingFilter {
24
Set<String> s = new HashSet<String>();
25
s.add(MediaType.APPLICATION_OCTET_STREAM);
26
s.add("application/tar");
27
+ s.add("application/x-tar");
28
SKIPPED_CONTENT = Collections.unmodifiableSet(s);
29
}
30
0 commit comments