aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoropensim mirror account2010-10-14 06:40:25 -0700
committeropensim mirror account2010-10-14 06:40:25 -0700
commit88959e045baaf327674a718282f86cc1f9efb5c4 (patch)
tree8d1410d68fcc3c9ce58d297dcc998b39686818e3
parentMerge branch 'master' of /var/git/opensim/ (diff)
parent* Whoops, That was supposed to use the HTTP VERB 'GET' not 'POST' (diff)
downloadopensim-SC_OLD-88959e045baaf327674a718282f86cc1f9efb5c4.zip
opensim-SC_OLD-88959e045baaf327674a718282f86cc1f9efb5c4.tar.gz
opensim-SC_OLD-88959e045baaf327674a718282f86cc1f9efb5c4.tar.bz2
opensim-SC_OLD-88959e045baaf327674a718282f86cc1f9efb5c4.tar.xz
Merge branch 'master' of /var/git/opensim/
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Assets/GetMeshModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Assets/GetMeshModule.cs b/OpenSim/Region/CoreModules/Avatar/Assets/GetMeshModule.cs
index bae108c..a090c0c 100644
--- a/OpenSim/Region/CoreModules/Avatar/Assets/GetMeshModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Assets/GetMeshModule.cs
@@ -104,7 +104,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Assets
104 104
105 m_log.Info("[GETMESH]: /CAPS/" + capID); 105 m_log.Info("[GETMESH]: /CAPS/" + capID);
106 caps.RegisterHandler("GetMesh", 106 caps.RegisterHandler("GetMesh",
107 new RestHTTPHandler("POST", "/CAPS/" + capID + "/", 107 new RestHTTPHandler("GET", "/CAPS/" + capID,
108 delegate(Hashtable m_dhttpMethod) 108 delegate(Hashtable m_dhttpMethod)
109 { 109 {
110 return ProcessGetMesh(m_dhttpMethod, agentID, caps); 110 return ProcessGetMesh(m_dhttpMethod, agentID, caps);