* Xml.cs: use MapPathSecure to get the path of the document. svn path=/trunk/mcs/; revision=9724
@@ -1,3 +1,7 @@
+2002-12-17 Gonzalo Paniagua Javier <[email protected]>
+
+ * Xml.cs: use MapPathSecure to get the path of the document.
2002-12-13 Gonzalo Paniagua Javier <[email protected]>
* DataList.cs: fixed header & footer.
@@ -179,7 +179,7 @@ namespace System.Web.UI.WebControls
}
if (documentSource != null && documentSource.Length != 0) {
- xpathDoc = new XPathDocument (documentSource);
+ xpathDoc = new XPathDocument (MapPathSecure (documentSource));
return;