2

1

The URL for attachments returned by the XML API contains & amp; tokens. For example:

default.asp?pg=pgDownload&pgType=pgFile&ixBugEvent=168&ixAttachment=18&sFileName=HtmlTable1.html&sTicket=

Since the URL is contained in a CDATA element, I believe the ampersands should not have been escaped. Also, there is an inconsistency in that the final ampersand just before the "sTicket" parameter is not escaped.

I assume this is a bug?

Fog Creek Case FC1854904

flag
I'd also say so, if it is in a CDATA section... – Arsène von Wyss Feb 1 2010 at 18:01

1 Answer

0

Looks like a bug to me. We have a case filed to investigate/fix

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.