mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
disable some XmlResolver
This commit is contained in:
@@ -110,6 +110,7 @@ namespace OpenSim.ConsoleClient
|
||||
public static void LoginReply(string requestUrl, string requestData, string replyData)
|
||||
{
|
||||
XmlDocument doc = new XmlDocument();
|
||||
doc.XmlResolver=null;
|
||||
|
||||
doc.LoadXml(replyData);
|
||||
|
||||
@@ -169,6 +170,7 @@ namespace OpenSim.ConsoleClient
|
||||
public static void ReadResponses(string requestUrl, string requestData, string replyData)
|
||||
{
|
||||
XmlDocument doc = new XmlDocument();
|
||||
doc.XmlResolver=null;
|
||||
|
||||
doc.LoadXml(replyData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user