mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
disable some XmlResolver
This commit is contained in:
@@ -69,7 +69,7 @@ namespace OpenSim.Region.CoreModules.World.Serialiser
|
||||
MemoryStream stream = new MemoryStream();
|
||||
XmlTextWriter formatter = new XmlTextWriter(stream, Encoding.UTF8);
|
||||
XmlDocument doc = new XmlDocument();
|
||||
|
||||
doc.XmlResolver=null;
|
||||
doc.LoadXml(xmlstream);
|
||||
formatter.Formatting = Formatting.Indented;
|
||||
doc.WriteContentTo(formatter);
|
||||
|
||||
Reference in New Issue
Block a user