mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
String matching in REST handlers: must allow '-' as a separator, because the "/map" handler uses it
This commit is contained in:
@@ -857,7 +857,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
}
|
||||
}
|
||||
|
||||
private readonly string HANDLER_SEPARATORS = "/?&#";
|
||||
private readonly string HANDLER_SEPARATORS = "/?&#-";
|
||||
|
||||
private bool TryGetStreamHandler(string handlerKey, out IRequestHandler streamHandler)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user