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: