aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/SimianGrid/SimianAuthenticationServiceConnector.cs
diff options
context:
space:
mode:
authorJohn Hurliman2010-06-22 16:09:30 -0700
committerJohn Hurliman2010-06-22 16:13:14 -0700
commit4f59a865af19fb25d7d86fd80f96ad60553a58a1 (patch)
treef768208e43beb5088dba1340259e39aa280fafb1 /OpenSim/Services/Connectors/SimianGrid/SimianAuthenticationServiceConnector.cs
parentMerge branch 'master' into 0.7-post-fixes (diff)
downloadopensim-SC_OLD-4f59a865af19fb25d7d86fd80f96ad60553a58a1.zip
opensim-SC_OLD-4f59a865af19fb25d7d86fd80f96ad60553a58a1.tar.gz
opensim-SC_OLD-4f59a865af19fb25d7d86fd80f96ad60553a58a1.tar.bz2
opensim-SC_OLD-4f59a865af19fb25d7d86fd80f96ad60553a58a1.tar.xz
* Fixed SimianGrid map tile uploads not having any objects in the images
Diffstat (limited to 'OpenSim/Services/Connectors/SimianGrid/SimianAuthenticationServiceConnector.cs')
-rw-r--r--OpenSim/Services/Connectors/SimianGrid/SimianAuthenticationServiceConnector.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/SimianGrid/SimianAuthenticationServiceConnector.cs b/OpenSim/Services/Connectors/SimianGrid/SimianAuthenticationServiceConnector.cs
index 3c784f2..7a96a05 100644
--- a/OpenSim/Services/Connectors/SimianGrid/SimianAuthenticationServiceConnector.cs
+++ b/OpenSim/Services/Connectors/SimianGrid/SimianAuthenticationServiceConnector.cs
@@ -198,6 +198,8 @@ namespace OpenSim.Services.Connectors.SimianGrid
198 if (!String.IsNullOrEmpty(identifier)) 198 if (!String.IsNullOrEmpty(identifier))
199 { 199 {
200 // Add/update the md5hash identity 200 // Add/update the md5hash identity
201 // TODO: Support salts when AddIdentity does
202 // TODO: Create an a1hash too for WebDAV logins
201 requestArgs = new NameValueCollection 203 requestArgs = new NameValueCollection
202 { 204 {
203 { "RequestMethod", "AddIdentity" }, 205 { "RequestMethod", "AddIdentity" },