diff options
author | Justin Clark-Casey (justincc) | 2012-05-09 20:52:54 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-05-09 21:11:14 +0100 |
commit | e813f41478eefb50748e9bdc2b825fa8bc25c971 (patch) | |
tree | 81731ec32a7ca5c3f9693071c4b1dd92047767a3 /OpenSim/Region/Application/ConfigurationLoader.cs | |
parent | Mantis 6015 new LSL function llGetAgentList. (diff) | |
download | opensim-SC_OLD-e813f41478eefb50748e9bdc2b825fa8bc25c971.zip opensim-SC_OLD-e813f41478eefb50748e9bdc2b825fa8bc25c971.tar.gz opensim-SC_OLD-e813f41478eefb50748e9bdc2b825fa8bc25c971.tar.bz2 opensim-SC_OLD-e813f41478eefb50748e9bdc2b825fa8bc25c971.tar.xz |
Escape and unescape xml element names if necessary in ServerUtils.BuildXmlData() and ParseElement()
If AvatarService appearance data is retrieved over the network, then ServerUtils was attempting to transfer names such as "Wearable 0:0" directly to xml element names, resulting in an exception.
Space is not valid in xml element names. Neither is : in this case since the intention is not to namespace. Using names directly as keys is not a good idea.
To get around this problem this patch escapes and unescapes the element names as appropriate.
This has no impact on existing xml (since it had to be valid in the first place) but allows AvatarService data to be used over the network.
Setting appearance (from simulator to AvatarService) did not suffer this problem since the values are passed in the query string which is already properly escaped.
Diffstat (limited to 'OpenSim/Region/Application/ConfigurationLoader.cs')
0 files changed, 0 insertions, 0 deletions