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:
Oleg Zhurakousky
2011-06-01 07:18:21 -04:00
parent 6c7755b688
commit 63336272ad

View File

@@ -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) {