Hi Robert,
Why exactly did you create the WithDefaultsRulesWrapper class? ie what
is the "use case" that caused you to create it?
I recently tried to associate a rule with the pattern "*", with the
intention that the rule would fire if-and-only-if no other rule matched
the input element. It doesn't work, probably because of this line in
RulesBase:
if (key.startsWith("*/")) {
ie "*" isn't treated as a wildcard.
Wouldn't fixing this code in RulesBase to check for "*" then provide
exactly the same functionality as the new WithDefaultsRulesWrapper class
provides?
Regards,
Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]