Remove trailing slash from HTTP URLs to be compatible with SL

avinationmerge
Melanie Thielker 2010-07-01 16:40:26 +02:00
parent 3940a4dbc7
commit d5cbe4cb75
1 changed files with 1 additions and 1 deletions

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,