Bugzilla – Bug 324290
XSP performing HtmlEncode on src attributes
Last modified: 2007-09-15 21:24:57 UTC
---- Reported by mike@moga.to 2007-05-14 05:55:51 MST ---- Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: As of XSP 1.2.4, my a & stylesheet tags of the form <a href="<% LinkTo("controller","action") %>">Link</a> do not work as the href attribute is UrlEncoded into the rendered html. So its like: <link rel="stylesheet" href="<%= LinkToCSSX("forms.cssx") %>" /> Steps to reproduce the problem: 1. Create ASPX page with <a href="<%= "Mike says thanks for all the work" %>">Thanks</a> inside 2. Run with xsp2 1.2.4 3. View rendered source to see url encoding Actual Results: as described Expected Results: <a href="Mike says thanks for all the work">Thanks</a> How often does this happen? All time Additional Information: ---- Additional Comments From mhabersack@novell.com 2007-06-20 13:39:23 MST ---- *** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO81613 *** Unknown bug field "cf_op_sys_details" encountered while moving bug <cf_op_sys_details>Debian 4.0</cf_op_sys_details> Unknown operating system unknown. Setting to default OS "Other". This bug was marked DUPLICATE in the database it was moved from. Changing resolution to "MOVED"