Closed
Description
As defined in the Factory.validateParameters()
method we filter on a set of attributes that exactly match the expected parameters, also throwing an exception if there are additional fields. Since we can just ignore them I do not think we need to throw an exception, but rather just log that they will not be used.
This maybe up for discussion, but I think the added flexibility might very well be worth it.
@sebastian-peter : Thoughts?