mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Enabling the LLSD Login method by jhurliman so libSecondLife clients work on OpenSim again.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user