[Mono-bugs] [Bug 40306][Wis] Changed - mono_assembly_open fails under WIN32 platform

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 26 Mar 2003 08:12:55 -0500 (EST)


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@ximian.com.

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

--- shadow/40306	Wed Mar 26 05:53:02 2003
+++ shadow/40306.tmp.3243	Wed Mar 26 08:12:55 2003
@@ -1,14 +1,14 @@
 Bug#: 40306
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: imitko@openlinksw.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -98,6 +98,18 @@
 +#else
                         fname = g_strdup (filename);
 +#endif
                 }
         } else {
                 fname = g_strdup (filename);
+
+------- Additional Comments From gonzalo@ximian.com  2003-03-26 08:12 -------
+The problem is that file://c:/tmp/tmp.dll is not a valid URI.
+
+It should be file:///c:/tmp/tmp.dll.
+
+The text between the second and the third slash is the 'host' part.
+
+See RFC 1738 section 3.10
+
+Does that wrong URL work under MS rutime?
+