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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76809 --- shadow/76809 2005-12-01 21:34:09.000000000 -0500 +++ shadow/76809.tmp.2585 2005-12-01 22:05:30.000000000 -0500 @@ -188,6 +188,26 @@ ------- Additional Comments From [EMAIL PROTECTED] 2005-12-01 21:34 ------- Created an attachment (id=16149) RemotingServicesTest.cs.diff (Unit Test) + +------- Additional Comments From [EMAIL PROTECTED] 2005-12-01 22:05 ------- +I rephrase the problem: + +.NET seems to accept URLs that starts with +RemotingConfiguration.ApplicationName: + +server: + ApplicationName: fooBar + Object URI: test.rem + +client: + GetObject ("tcp://localhost:1234/test.rem") -> okay + GetObject ("tcp://localhost:1234/fooBar/test.rem") -> okay + +W/out the patch mono would reject /fooBar/test.rem. + +The patch simply allows URLs to start with the ApplicationName +as well. It is supposed the be non-intrusive. I hope it is ;-) + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
