Committing the partial refactor of authentication services. No user functionlity

will eat your babies, etc
This commit is contained in:
Melanie Thielker
2009-06-03 19:49:26 +00:00
parent 9b619043ce
commit 6e494e5de5
3 changed files with 85 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ namespace OpenSim.Server.Handlers.Simulation
httpResponse.StatusCode = (int)HttpStatusCode.Unauthorized;
return result;
}
if (!m_AuthenticationService.VerifyKey(agentID, authToken))
if (!m_AuthenticationService.VerifyUserKey(agentID, authToken))
{
m_log.InfoFormat("[AgentPostHandler]: Authentication failed for agent message {0}", path);
httpResponse.StatusCode = (int)HttpStatusCode.Forbidden;