diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Servers/BaseHttpServer.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/Servers/BaseHttpServer.cs b/OpenSim/Framework/Servers/BaseHttpServer.cs index da0ce79..15bc646 100644 --- a/OpenSim/Framework/Servers/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/BaseHttpServer.cs | |||
@@ -594,10 +594,10 @@ namespace OpenSim.Framework.Servers | |||
594 | case "application/xml": | 594 | case "application/xml": |
595 | default: | 595 | default: |
596 | // Point of note.. the DoWeHaveA methods check for an EXACT path | 596 | // Point of note.. the DoWeHaveA methods check for an EXACT path |
597 | if (request.RawUrl.Contains("/CAPS/EQG")) | 597 | // if (request.RawUrl.Contains("/CAPS/EQG")) |
598 | { | 598 | // { |
599 | int i = 1; | 599 | // int i = 1; |
600 | } | 600 | // } |
601 | if (DoWeHaveALLSDHandler(request.RawUrl)) | 601 | if (DoWeHaveALLSDHandler(request.RawUrl)) |
602 | { | 602 | { |
603 | HandleLLSDRequests(request, response); | 603 | HandleLLSDRequests(request, response); |