-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0, 3.1.0, 3.1.1
-
Fix Version/s: 3.2.0
-
Component/s: Attribute Filter, Configuration
-
Labels:None
Pretty much what it says. In V2 the parser hard wires the default onlyIfrequired attribute to be true.
In V3 we don't do that, but the filter itself starts with an unititialized private field onlyIfRequired which means false.
I am guessing that we need to change the impl