Ticket #561 (new defect)
Attributes are not correctly escaped in xml view.
| Reported by: | justinrowles | Owned by: | josegar74 |
|---|---|---|---|
| Priority: | major | Milestone: | v2.6.5 |
| Component: | User interface (web) | Version: | v2.6.4 |
| Keywords: | Cc: |
Description
An element:
<myElement myAttr="one&two"/>
should be escaped to:
<myElement myAttr="one&two"/>
when the user enters the xml edit tab. Currently the attribute is not escaped which leads to immediate failure when moving away from the xml edit tab, as the content is not valid xml and cannot be reparsed.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

