Remove trailing slash from HTTP URLs to be compatible with SL

This commit is contained in:
Melanie Thielker
2010-07-01 16:40:26 +02:00
parent 3940a4dbc7
commit d5cbe4cb75

View File

@@ -155,7 +155,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
m_UrlMap[url] = urlData;
string uri = "/lslhttp/" + urlcode.ToString() + "/";
string uri = "/lslhttp/" + urlcode.ToString();
m_HttpServer.AddPollServiceHTTPHandler(uri,HandleHttpPoll,
new PollServiceEventArgs(HttpRequestHandler,HasEvents, GetEvents, NoEvents,