Skip to content

Error messages (22) #320

@HolQue

Description

@HolQue

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

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions