* Enabling the LLSD Login method by jhurliman so libSecondLife clients work on OpenSim again.

afrisby
Teravus Ovares 2008-01-07 20:00:37 +00:00
parent 0678a4d52d
commit 6e8c3ac782
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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: