[Mono-bugs] [Bug 67414][Nor] Changed - XML over HTTPS request to eBay API fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Oct 2004 03:18:44 -0400 (EDT)
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 jeffreyp@well.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67414
--- shadow/67414 2004-10-05 00:52:06.000000000 -0400
+++ shadow/67414.tmp.26799 2004-10-07 03:18:44.000000000 -0400
@@ -1,10 +1,10 @@
Bug#: 67414
Product: Mono: Class Libraries
Version: unspecified
-OS: Windows XP
+OS: Mac OS X 10.3
OS Details: SP2 (and earlier). Also fails on Mac OS X
Status: RESOLVED
Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: System
@@ -64,6 +64,24 @@
------- Additional Comments From gonzalo@ximian.com 2004-10-05 00:52 -------
gonzalo@pm:/tmp/ebay$ mono CS-ApiGetTime.exe
Current eBay time is: 2004-10-05 04:24:35 GMT
Press Enter...
+
+------- Additional Comments From jeffreyp@well.com 2004-10-07 03:18 -------
+Thanks Gonzalo -- I was able to confirm that your patch works under
+Windows XP SP2 and SuSE 9.1; however, it still bombs on Mac OS X (with
+a different error message than before). Here's the error:
+
+Unhandled Exception: System.Xml.XmlException: Whitespace is required
+between PUBLIC id and SYSTEM id. Line 1, position 49.
+in <0x001f0> System.Xml.XmlTextReader:ReadDoctypeDecl ()
+in <0x000f4> System.Xml.XmlTextReader:ReadDeclaration ()
+in <0x000c8> System.Xml.XmlTextReader:ReadTag ()
+in <0x00108> System.Xml.XmlTextReader:ReadContent ()
+in <0x0018c> System.Xml.XmlTextReader:Read ()
+in <0x000c8> System.Xml.XmlDocument:ReadNode (System.Xml.XmlReader)
+in <0x0009c> System.Xml.XmlDocument:Load (System.Xml.XmlReader)
+in <0x0009c> System.Xml.XmlDocument:LoadXml (string)
+in <0x00988> eBay.Client.CS_ApiGetTime:Main (string[])
+