aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDr Scofield2009-05-13 16:34:57 +0000
committerDr Scofield2009-05-13 16:34:57 +0000
commitb95b7222f904435bef175b8c8f98b47356273b86 (patch)
tree512ca1791860fe235e67f9975787fdce484ffe57
parentUpdate ini examples (diff)
downloadopensim-SC_OLD-b95b7222f904435bef175b8c8f98b47356273b86.zip
opensim-SC_OLD-b95b7222f904435bef175b8c8f98b47356273b86.tar.gz
opensim-SC_OLD-b95b7222f904435bef175b8c8f98b47356273b86.tar.bz2
opensim-SC_OLD-b95b7222f904435bef175b8c8f98b47356273b86.tar.xz
Disabling WebFetchInventoryDescendents CAPs for the time being as it
seems to screw up standalone mode.
-rw-r--r--OpenSim/Framework/Communications/Capabilities/Caps.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs
index d0c1925..24cf0b6 100644
--- a/OpenSim/Framework/Communications/Capabilities/Caps.cs
+++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs
@@ -203,8 +203,10 @@ namespace OpenSim.Framework.Communications.Capabilities
203 m_capsHandlers["UpdateScriptAgentInventory"] = m_capsHandlers["UpdateNotecardAgentInventory"]; 203 m_capsHandlers["UpdateScriptAgentInventory"] = m_capsHandlers["UpdateNotecardAgentInventory"];
204 m_capsHandlers["UpdateScriptAgent"] = m_capsHandlers["UpdateScriptAgentInventory"]; 204 m_capsHandlers["UpdateScriptAgent"] = m_capsHandlers["UpdateScriptAgentInventory"];
205 205
206 // As of RC 1.22.9 of the Linden client this is supported 206 // As of RC 1.22.9 of the Linden client this is
207 m_capsHandlers["WebFetchInventoryDescendents"] =new RestStreamHandler("POST", capsBase + m_fetchInventoryPath, FetchInventoryDescendentsRequest); 207 // supported
208
209 // m_capsHandlers["WebFetchInventoryDescendents"] =new RestStreamHandler("POST", capsBase + m_fetchInventoryPath, FetchInventoryDescendentsRequest);
208 210
209 // justincc: I've disabled the CAPS service for now to fix problems with selecting textures, and 211 // justincc: I've disabled the CAPS service for now to fix problems with selecting textures, and
210 // subsequent inventory breakage, in the edit object pane (such as mantis 1085). This requires 212 // subsequent inventory breakage, in the edit object pane (such as mantis 1085). This requires