Bug #1667
html entities escaping in template Update properties dialogue
Status: | Closed | Start date: | 11/28/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Sunstone | |||
Target version: | Release 4.0 | |||
Resolution: | duplicate | Pull request: | ||
Affected Versions: | OpenNebula 3.8 |
Description
When updating template which contains html entities through Sunstone, for example
<!-- RAW data follows: --><cpu mode='host-model'></cpu> <devices><serial type='pty'><target port='0'/></serial><console type='pty'><target type='serial' port='0'/></console> <watchdog model='i6300esb' action='reset'/></devices>
it opens it in Update properties dialogue as
<!-- RAW data follows: --><cpu mode='host-model'></cpu> <devices><serial type='pty'><target port='0'/></serial><console type='pty'><target type='serial' port='0'/></console> <watchdog model='i6300esb' action='reset'/></devices>
And aftre saving this template, entities are stored in their escaped form which makes the template invalid.
History
#1 Updated by Ruben S. Montero about 8 years ago
- Status changed from New to Closed
- Target version set to Release 4.0
- Resolution set to duplicate