|
Hi, I agree with Hardy that the current behavior is how it's intended by the spec. I think you could write a custom message interpolator which delegates to the default validator for the actual interpolation work (so you don't have to copy this) and just adds an additional step for removing the braces from any unresolved parameters.
|