mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
disable some XmlResolver
This commit is contained in:
@@ -93,6 +93,7 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
|
||||
m_log.Debug("[WEBLOADER]: Done downloading region information from server. Total Bytes: " +
|
||||
xmlSource.Length);
|
||||
XmlDocument xmlDoc = new XmlDocument();
|
||||
xmlDoc.XmlResolver = null;
|
||||
xmlDoc.LoadXml(xmlSource);
|
||||
if (xmlDoc.FirstChild.Name == "Nini")
|
||||
{
|
||||
|
||||
@@ -3138,6 +3138,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
if (File.Exists(defaultAppearanceFileName))
|
||||
{
|
||||
XmlDocument doc = new XmlDocument();
|
||||
doc.XmlResolver=null;
|
||||
string name = "*unknown*";
|
||||
string email = "anon@anon";
|
||||
uint regionXLocation = 1000;
|
||||
|
||||
Reference in New Issue
Block a user