Minor tweak to clean up SimianGrid asset service URLs

This commit is contained in:
John Hurliman
2010-03-12 14:39:51 -08:00
parent 3036aba875
commit 3ea9fdea8b

View File

@@ -101,7 +101,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
throw new Exception("Asset connector init error");
}
if (!serviceUrl.EndsWith("/"))
if (!serviceUrl.EndsWith("/") && !serviceUrl.EndsWith("="))
serviceUrl = serviceUrl + '/';
m_serverUrl = serviceUrl;