Disabling WebFetchInventoryDescendents CAPs for the time being as it

seems to screw up standalone mode.
0.6.5-rc1
Dr Scofield 2009-05-13 16:34:57 +00:00
parent f5dcfaa726
commit b95b7222f9
1 changed files with 4 additions and 2 deletions

View File

@ -203,8 +203,10 @@ namespace OpenSim.Framework.Communications.Capabilities
m_capsHandlers["UpdateScriptAgentInventory"] = m_capsHandlers["UpdateNotecardAgentInventory"];
m_capsHandlers["UpdateScriptAgent"] = m_capsHandlers["UpdateScriptAgentInventory"];
// As of RC 1.22.9 of the Linden client this is supported
m_capsHandlers["WebFetchInventoryDescendents"] =new RestStreamHandler("POST", capsBase + m_fetchInventoryPath, FetchInventoryDescendentsRequest);
// As of RC 1.22.9 of the Linden client this is
// supported
// m_capsHandlers["WebFetchInventoryDescendents"] =new RestStreamHandler("POST", capsBase + m_fetchInventoryPath, FetchInventoryDescendentsRequest);
// justincc: I've disabled the CAPS service for now to fix problems with selecting textures, and
// subsequent inventory breakage, in the edit object pane (such as mantis 1085). This requires