[Mono-bugs] [Bug 77539][Nor] Changed - [PATCH] Relative client paths

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Feb 13 05:48:22 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=77539

--- shadow/77539	2006-02-13 04:58:57.000000000 -0500
+++ shadow/77539.tmp.25446	2006-02-13 05:48:22.000000000 -0500
@@ -2,22 +2,22 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: robertj at gmx.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Relative client paths
+Summary: [PATCH] Relative client paths
 
 MS.NET System.Web (1.1) always generates relative client paths
 if possible, i.e. if a certain S.W.UI.Image.ImageUrl is relative,
 its img src attribute will be emitted relative to TemplateSourceDirectory.
 
 Mono consistently uses Control.ResolveUrl, which by design constructs
@@ -58,6 +58,14 @@
         internal
 #endif
         string ResolveClientUrl (string relativeUrl);
 
 and replacing the affected ResolveUrl calls of S.W.UI.* with
 ResolveClientUrl.
+
+------- Additional Comments From robertj at gmx.net  2006-02-13 05:48 -------
+Here comes the patch. No ChangeLogs, because the patch was
+taken from branches/mono-1.1.13/, where I need it.
+
+If the patch looks okay, I'll port it to HEAD with ChangeLogs
+and the usual love ;-)
+


More information about the mono-bugs mailing list