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: Gopal.V
Subject: [Pnet-developers] [bugs #11096] XmlTextReader no longer supports file input
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1

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

/**************************************************************************/
[bugs #11096] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Mon 11/22/2004 at 06:10 (Asia/Calcutta)

------------------ Additional Follow-up Comments ----------------------------
We are indeed missing FileWebRequest 

Can someone implement that ? 






/**************************************************************************/
[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: Sun 11/21/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.")

Follow-up Comments
------------------


-------------------------------------------------------
Date: Mon 11/22/2004 at 06:10       By: Gopal.V <t3rmin4t0r>
We are indeed missing FileWebRequest 

Can someone implement that ? 












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]