[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:30:00 -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 imitko@openlinksw.co.uk.
http://bugzilla.ximian.com/show_bug.cgi?id=40306
--- shadow/40306 Wed Mar 26 08:12:55 2003
+++ shadow/40306.tmp.21646 Wed Mar 26 08:30:00 2003
@@ -1,12 +1,12 @@
Bug#: 40306
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: imitko@openlinksw.co.uk
@@ -110,6 +110,19 @@
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?
+
+------- Additional Comments From imitko@openlinksw.co.uk 2003-03-26 08:29 -------
+yes, this is not correct URI; but mono_assembly_open receive it when
+tryning to load an assembly.
+
+A little experiment with explorer on Windows XP shows that
+file://c:\temp is resolved correctly.
+
+Also if URL is file:///c:/a/b/c the result from my test program is:
+"/c:/a/b/c" which cannot be handled correctly under win32.
+
+IMHO both cases (with or without third '/') mono_assembly_open
+definitely have a problem with file: URI under win32 platform.