mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
mantis 8816: change it again. Slash will be there or not acording to the local path
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user