* Switches content type from application/xml+llsd to application/llsd+xml on outgoing requests.

* Monitors / for getting the seed cap for rez_avatar/request on application/llsd+xml && application/xml+llsd && !application/xml
* Experimental, this might break LibOMV temporarily.
This commit is contained in:
Teravus Ovares
2008-09-19 00:13:16 +00:00
parent 48c2ef7e12
commit a1217410e5
2 changed files with 38 additions and 3 deletions

View File

@@ -650,7 +650,7 @@ namespace OpenSim.Framework.Servers
llsdResponse = GenerateNoLLSDHandlerResponse();
}
response.ContentType = "application/xml+llsd";
response.ContentType = "application/llsd+xml";
byte[] buffer = LLSDParser.SerializeXmlBytes(llsdResponse);