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
{{ message }}
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
It's possible to create derived custom converters from an initial custom converter.
If we want to override some of the behaviour of the initial custom converter in the second level custom converter, the rules need to be applied in reverse order, otherwise they never get called. The same is true for the errorHandlers.
The spec doesn't seem to be very specific about the order in which custom rules and error handlers are invoked, especially for 2nd-level custom converter.
We should tidy up the spec on this point and also consider whether reversing is needed.
Berlin F2F: this is a bug in the implementation and should just be fixed.
First all normal rules of the child need to be run, then all catchall rules. If the rules can't handle the conversion it should be delegated back to the parent.
Original bug ID: BZ#3106
From: @bosschaert
Reported version: R7
The text was updated successfully, but these errors were encountered: