- 
                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:
'The parameter '${{}' is not available!'
In my opinion we should not allow curly brackets to be part of parameter names (because curly brackets are already part of the syntax). The previous error message is the better one.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done