From a1217410e5cb22a5764f191b6abfa015ec9614d1 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Fri, 19 Sep 2008 00:13:16 +0000 Subject: * 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. --- OpenSim/Framework/Servers/BaseHttpServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Servers') diff --git a/OpenSim/Framework/Servers/BaseHttpServer.cs b/OpenSim/Framework/Servers/BaseHttpServer.cs index 264ffae..7bf8a3c 100644 --- a/OpenSim/Framework/Servers/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/BaseHttpServer.cs @@ -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); -- cgit v1.1