Skip to content

Commit 342feb6

Browse files
committed
ignore application/x-tar
1 parent a14ace4 commit 342feb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/dockerjava/jaxrs/filter/SelectiveLoggingFilter.java

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public class SelectiveLoggingFilter extends LoggingFilter {
2424
Set<String> s = new HashSet<String>();
2525
s.add(MediaType.APPLICATION_OCTET_STREAM);
2626
s.add("application/tar");
27+
s.add("application/x-tar");
2728
SKIPPED_CONTENT = Collections.unmodifiableSet(s);
2829
}
2930

0 commit comments

Comments
 (0)