diff options
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 6 |
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 |