INT-1919 polishing, set patternMatch to true as a default in the HeaderFilter class (before it was only in schema)
This commit is contained in:
@@ -31,7 +31,7 @@ public class HeaderFilter implements Transformer {
|
||||
|
||||
private final String[] headersToRemove;
|
||||
|
||||
private volatile boolean patternMatch;
|
||||
private volatile boolean patternMatch = true;
|
||||
|
||||
|
||||
public HeaderFilter(String... headersToRemove) {
|
||||
|
||||
Reference in New Issue
Block a user