- 6.7.0-rc1
- Solved
- Minor
Bug Description: When using quotes " in the value of a variable for a docker container the UI does not parse the line correctly when reading the xml file.
How to reproduce: Create a docker and add a variable called test. Set the value of the variable to something that contains quotes. (ex: this"is"my value ). Then edit the container configuration. Upon editing the value will be depicted as truncate where the quotes began. (ex: this )
Expected results: Quotes should be parsed and represented html safe encoding "
Actual results: Quotes are not parsed correctly.
Other information: Examining the xml file shows that it is stored correctly the first time it is entered but not parsed correctly when editing.