[Mono-bugs] [Bug 640404] XDocument doc = XDocument.Load(url) doesn't load the document
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Sep 29 17:11:45 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=640404
https://bugzilla.novell.com/show_bug.cgi?id=640404#c1
Jonathan Pryor <jpryor at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
CC| |jpryor at novell.com
InfoProvider| |marschills at gmail.com
--- Comment #1 from Jonathan Pryor <jpryor at novell.com> 2010-09-29 21:11:44 UTC ---
I cannot reproduce with r8172. This is via HTTP, not HTTPS, right?
For example, this works for me:
var doc = XDocument.Load("http://rss.slashdot.org/Slashdot/slashdot");
Log.I ("*jonp*", doc.ToString ());
Note that the 'adb log' output WILL be truncated, so you won't see the full
output, and using RSS might not be such a great idea given the history of
invalid XML within RSS...but regardless, at the time of this writing the above
works for me.
(HTTPS support is broken, as per #634817.)
--
Configure bugmail: https://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