[Mono-bugs] [Bug 81308][Min] New - Protocol prefix should not be case sensitive

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Apr 4 04:54:57 EDT 2007


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 michael.geramb at aon.at.

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

--- shadow/81308	2007-04-04 04:54:57.000000000 -0400
+++ shadow/81308.tmp.1189	2007-04-04 04:54:57.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 81308
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: michael.geramb at aon.at               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Protocol prefix should not be case sensitive
+
+The protocol prefix for the .net remoting url on the client side is case 
+sensitive while it is not on MS.NET.
+
+e.g. 
+
+Activator.GetObject(typeof(IServer), "TCP://localhost:8080/Server");
+Activator.GetObject(typeof(IServer), "tcp://localhost:8080/Server");
+
+On MS.NET work both statements, while under Mono only the second one 
+works.


More information about the mono-bugs mailing list