mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Added missing trailing slash in AuthenticationService.
This commit is contained in:
@@ -83,6 +83,8 @@ namespace OpenSim.Services.AuthenticationService
|
||||
|
||||
m_PerformAuthentication = authConfig.GetBoolean("Authenticate", true);
|
||||
m_AuthorityURL = "http://" + authConfig.GetString("Authority", "localhost");
|
||||
if (!m_AuthorityURL.EndsWith("/"))
|
||||
m_AuthorityURL += "/";
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user