Change By: alexlombardi (18/Jan/13 9:12 PM)
Description: HTML hyperlink that was added as part of the build process to the build description, to allow users to click and link to external information/tool with information specific to each successful build, is no longer honored, despite neither a change to the produced description output or the description setter plugin. Suspect some formating is clipping the anker tag entry.

After doing some research I encountered a problem with how the html was parsed and stored in the build xml file.

An example html anker tage being stored is written as follows:

<a href="">
However, what gets stored in the XML looks like this:

&lt;a href="">
When I look at http://en.wikipedia.org/wiki/Character_encodings_in_HTML I see that the "&apos;" tag is discouraged (doesn't work), and that what should be used is "&#39;" or "&#x0027;". Whatever encoding gets used to parse and store my original html anker tag into the build.xml needs to be fixed, or whatever is reading it back when displaying has to be reverted.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to