mantis 8816: change it again. Slash will be there or not acording to the local path

This commit is contained in:
UbitUmarov
2020-11-21 23:12:37 +00:00
parent db94395c62
commit d07f47a177

View File

@@ -80,9 +80,9 @@ namespace OpenSim.Framework
Port = m_checkuri.Port;
Path = m_checkuri.AbsolutePath;
URL = m_checkuri.Scheme + "://" + Host + ":" + Port;
if (Path == "/")
URI = URL;
else
//if (Path == "/")
// URI = URL;
//else
URI = URL + Path;
if (withDNSResolve)