[Mono-bugs] [Bug 76807][Nor] Changed - [PATCH] CreateApplicationHost doesn't properly setup the AppDomain

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Nov 28 17:47:28 EST 2005


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 gonzalo at ximian.com.

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

--- shadow/76807	2005-11-28 17:44:20.000000000 -0500
+++ shadow/76807.tmp.16098	2005-11-28 17:47:28.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 76807
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: robertj at gmx.net               
@@ -72,6 +72,16 @@
 
 
 ------- Additional Comments From gonzalo at ximian.com  2005-11-28 17:44 -------
 I'd rather unescape the path returned by AbsoluteUri. The reason why
 new Uri () is used there is because it checks the path in the same way
 as MS does it.
+
+------- Additional Comments From gonzalo at ximian.com  2005-11-28 17:47 -------
+What about doing just this?
+
+-                       physicalDir = u.AbsolutePath;
++                       physicalDir = HttpUtility.UrlDecode
+(u.AbsolutePath);
+
+
+


More information about the mono-bugs mailing list