bugDotGNU Portable.NET - Bugs: bug #11096, XmlTextReader no longer supports...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #11096: XmlTextReader no longer supports file input

Submitter:  Erich Kitzmüller <ammoq>
Submitted:  Sun 21 Nov 2004 10:18:26 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Tue 23 Nov 2004 03:15:58 PM UTC, comment #2: 

Fixed in CVS 23rd Nov 2004

The proper fix was to use XmlUrlResolver .
FileWebRequest is anyway done and checked in .

Gopal.V <t3rmin4t0r>
Group administrator
Mon 22 Nov 2004 06:10:49 AM UTC, comment #1: 

We are indeed missing FileWebRequest

Can someone implement that ?

Gopal.V <t3rmin4t0r>
Group administrator
Sun 21 Nov 2004 10:18:26 PM UTC, 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.")

Erich Kitzmüller <ammoq>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-11-23 t3rmin4t0r StatusNone Fixed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.15-94dd.
Corresponding source code