Certain characters in plan or item descriptions cause invalid XML
Good morning!
Quick bug report. I created an item today for testing purposes,
and named the description "Spam & Eggs Breakfast". Teehee.
Anyway, when I did that, the XML that came back started being
invalid, because CheddarGetter isn't escaping the & (it should
be &).
I would postulate that CG needs to escape < and >, as well, but I didn't try them.
Regards,
Luke Sneeringer
Discussions are closed to public comments.
If you need help with Cheddar please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by luke on 20 Jan, 2010 03:46 PM
doh.
That should read:
"(it should be &)"
I wrote out the full thing, but it was coalesced into just the & symbol by the HTML display.
Support Staff 2 Posted by Marc Guyer on 20 Jan, 2010 04:06 PM
Luke -- You're right. There are a view user-defined values that need to be escaped. It's been on the todo list. We've just completed a patch that should take care of the last of the necessary escaping. We're running some regression tests now. Assuming that goes well, we'll release the patch today.
Thanks for the report.
Marc Guyer closed this discussion on 20 Jan, 2010 04:06 PM.
Support Staff 3 Posted by Marc Guyer on 20 Jan, 2010 04:41 PM
Released.