Bug 324290 (MONO81614) - XSP performing HtmlEncode on src attributes
Summary: XSP performing HtmlEncode on src attributes
Status: RESOLVED MOVED
Alias: MONO81614
Product: Mono: Tools
Classification: Mono
Component: XSP (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Enhancement
Target Milestone: ---
Assignee: Marek Habersack
QA Contact: Marek Habersack
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-14 12:55 UTC by Mike Cleaver
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 20:38:30 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="&lt;%= LinkToCSSX(&quot;forms.cssx&quot;)
%&gt;" />

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"