* 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 * Danx0r
* Dalien * Dalien
* Darok * Darok
* jhurliman (LLSD Login)
LSL Devs LSL Devs
@ -50,6 +51,7 @@ This software uses components from the following developers:
* AGEIA Inc. (PhysX) * AGEIA Inc. (PhysX)
* Russel L. Smith (ODE) * Russel L. Smith (ODE)
* Prebuild ( http://sourceforge.net/projects/dnpb/ ) * Prebuild ( http://sourceforge.net/projects/dnpb/ )
* LibSecondLife ( http://www.libsecondlife.org/wiki/Main_Page )
In addition, we would like to thank: In addition, we would like to thank:
* The Mono Project * The Mono Project

View File

@ -145,9 +145,9 @@ namespace OpenSim.Framework.Servers
{ {
switch (request.ContentType) switch (request.ContentType)
{ {
//case "application/xml+llsd": case "application/xml+llsd":
//HandleLLSDRequests(request, response); HandleLLSDRequests(request, response);
//break; break;
case "text/xml": case "text/xml":
case "application/xml": case "application/xml":
default: default: