-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Milestone
Description
Previously this code
{
"param" : {"key" : "${}}"}
}
caused
'Expression '${}}' cannot be evaluated. Reason: A pair of curly brackets is empty or contains not allowed characters.'
With latest changes of the JsonPreprocessor the error message changed to:
'Invalid parameter format: ${}} - The brackets mismatch!!!'
That's wrong. And "The brackets mismatch" is not a proper wording.
The error is still that a pair of curly brackets is empty: '${}'. The additional closed curly bracket in "${}}" is simply part of the string and should not cause problems.
The previous error message properly gives information about what went wrong and should be restored.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done