From 6e8c3ac78229b2176cfc3a1dff6001c3ab355f8b Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Mon, 7 Jan 2008 20:00:37 +0000 Subject: [PATCH] * Enabling the LLSD Login method by jhurliman so libSecondLife clients work on OpenSim again. --- CONTRIBUTORS.txt | 2 ++ OpenSim/Framework/Servers/BaseHttpServer.cs | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 88bd970268..14c4365a1a 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -28,6 +28,7 @@ Patches * Danx0r * Dalien * Darok +* jhurliman (LLSD Login) LSL Devs @@ -50,6 +51,7 @@ This software uses components from the following developers: * AGEIA Inc. (PhysX) * Russel L. Smith (ODE) * Prebuild ( http://sourceforge.net/projects/dnpb/ ) +* LibSecondLife ( http://www.libsecondlife.org/wiki/Main_Page ) In addition, we would like to thank: * The Mono Project diff --git a/OpenSim/Framework/Servers/BaseHttpServer.cs b/OpenSim/Framework/Servers/BaseHttpServer.cs index b36cc8a7b1..004b330e9b 100644 --- a/OpenSim/Framework/Servers/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/BaseHttpServer.cs @@ -145,9 +145,9 @@ namespace OpenSim.Framework.Servers { switch (request.ContentType) { - //case "application/xml+llsd": - //HandleLLSDRequests(request, response); - //break; + case "application/xml+llsd": + HandleLLSDRequests(request, response); + break; case "text/xml": case "application/xml": default: