Skip to content

Error messages (23) #321

@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:

'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

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions