Problem updating Contextualisation Custom Vars Key Value containing a $

Hello Juan,

I can confirm this issue has been introduced somewhere after 5.4.6.
The issue did not occur in 5.4.6, In that version a -character not continued with a name didn't got interpreted. For instance: file:{karaf.home}/${karaf.default.repository}…

To be exact: the $-character gets interpreted in the CONTEXT attribute values but not in the User Template part.


User template

REMARK = “test$VMID”

Template

CONTEXT = [
REMARK = “test220” <- $VMID gets interpreted when updating the contextualization

]


Is the interpreting a new feature after 5.4.6? We can’t find anything about this in the docs.

Any help ?

Regards,