You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?