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

This commit is contained in:
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

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