mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
remove end slash from most URLs we send to viewers
This commit is contained in:
@@ -128,7 +128,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
public void RegisterCaps(UUID agentID, Caps caps)
|
||||
{
|
||||
caps.RegisterSimpleHandler("EstateAccess",
|
||||
new SimpleStreamHandler("/" + UUID.Random() + "/",
|
||||
new SimpleStreamHandler("/" + UUID.Random(),
|
||||
delegate(IOSHttpRequest request, IOSHttpResponse response)
|
||||
{
|
||||
ProcessRequest(request, response, agentID);
|
||||
|
||||
Reference in New Issue
Block a user