[Mono-bugs] [Bug 52634][Nor] Changed - XML-RPC.NET calls return 405 Method Not Allowed

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Jan 2004 13:47:26 -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 lluis@ximian.com.

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

--- shadow/52634	2004-01-07 11:11:38.000000000 -0500
+++ shadow/52634.tmp.9997	2004-01-07 13:47:26.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 52634
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: peter@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -44,6 +44,12 @@
 I guess that this System.Exception is not expected...
 
 ------- Additional Comments From peter@ximian.com  2004-01-07 11:11 -------
 That's a separate issue, but it's another that I've seen.  I haven't
 been able to return a list from an xml-rpc call - that internal
 exception is thrown whenever I try.
+
+------- Additional Comments From lluis@ximian.com  2004-01-07 13:47 -------
+I fixed the exception problem. It was a bug in Regex.Split(). Now, the
+test case works for me. Make sure you copy CookComputing.XmlRpc.dll
+into the bin directory of the sample, so xsp can find it (or put it
+somewhere in MONO_PATH).