[Mono-bugs] [Bug 323988] Protocol prefix should not be case sensitive

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 14 00:17:32 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=323988

http://bugzilla.novell.com/show_bug.cgi?id=323988#c1


--- Comment #1 from Matthew Smit <zapp70 at hotmail.com> 2010-04-14 04:17:31 UTC ---
This should be an easy fix. Activator.GetObject is just a wrapper for
RemotingServices.Connect. to fix this, I just need to add a check to see if the
connection fail, and then retry with url.ToLower() as url. BUT, there’s no
definitive way to test if RemotingServices.Connect worked or not until you try
to use it.

For what it’s worth, if the connection fails and you try to use toString you
get a WebException that states that the connection cannot be resolved. But a
WebException could be received if the server doesn’t allow toString.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list