diff options
author | opensim mirror account | 2010-10-14 06:40:25 -0700 |
---|---|---|
committer | opensim mirror account | 2010-10-14 06:40:25 -0700 |
commit | 88959e045baaf327674a718282f86cc1f9efb5c4 (patch) | |
tree | 8d1410d68fcc3c9ce58d297dcc998b39686818e3 | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
parent | * Whoops, That was supposed to use the HTTP VERB 'GET' not 'POST' (diff) | |
download | opensim-SC-88959e045baaf327674a718282f86cc1f9efb5c4.zip opensim-SC-88959e045baaf327674a718282f86cc1f9efb5c4.tar.gz opensim-SC-88959e045baaf327674a718282f86cc1f9efb5c4.tar.bz2 opensim-SC-88959e045baaf327674a718282f86cc1f9efb5c4.tar.xz |
Merge branch 'master' of /var/git/opensim/
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Assets/GetMeshModule.cs | 2 |
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); |