dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #11096] XmlTextReader no longer supports file in


From: Erich Kitzmüller
Subject: [Pnet-developers] [bugs #11096] XmlTextReader no longer supports file input
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.5) Gecko/20041108 Firefox/1.0

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.




/**************************************************************************/
[bugs #11096] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11096>
Project: DotGNU Portable.NET
Submitted by: Erich Kitzmüller
On: Son 21.11.2004 at 22:18

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open


Summary:  XmlTextReader no longer supports file input

Original Submission:  The changes made to XmlTextReader (Version 1.59) break 
its ability to read file urls; neighter

XmlTextReader x = new XmlTextReader("hello.xml");

nor

XmlTextReader x = new XmlTextReader("file:hello.xml");

work anymore. This is caused by current limitations in System.Net.WebRequest, 
which only supports Http and Https.
Could be solved by eighter improving WebRequest or applying a workaround closer 
to my patch 3511 (i.e. explicitely checking the url prefix for "http:" or 
"https.")











For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11096>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]