Red Hat Bugzilla – Bug 1066597
[GSS] (6.3.0) The formatter attribute is changed every time it's processed
Last modified: 2014-06-29 22:54:46 EDT
he HandlerOperations.equalValue() method uses the incorrect property name when comparing values resulting in the method always returning false. This does not harm anything, but just changes the format pattern each time a resource is processed.
This fix is already upstream as part of https://bugzilla.redhat.com/show_bug.cgi?id=994661. The bug was introduced in the original WildFly commit which implemented the custom-formatter. Since the commit had to be ported rather than cherry-picked I just fixed it as part of the port.