* OGP GET, look for Accept header application/llsd+xml with an optional ?q=

0.6.0-stable
Teravus Ovares 2008-09-23 19:28:24 +00:00
parent 32a98c3f87
commit 0651efaafa
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ namespace OpenSim.Framework.Servers
{ {
foreach (string strAccept in request.AcceptTypes) foreach (string strAccept in request.AcceptTypes)
{ {
if (strAccept == "application/llsd+xml") if (strAccept.Contains("application/llsd+xml"))
{ {
HandleLLSDRequests(request, response); HandleLLSDRequests(request, response);
return; return;