From c1a54c02d35863f931c901d7a5421fa9f1095fdd Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 8 May 2009 18:09:48 +0000 Subject: fix up the comments a little From: Sean Dague --- OpenSim/Framework/Communications/Capabilities/Caps.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'OpenSim/Framework/Communications/Capabilities/Caps.cs') diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 858ff1d..5809455 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs @@ -203,8 +203,7 @@ namespace OpenSim.Framework.Communications.Capabilities m_capsHandlers["UpdateScriptAgentInventory"] = m_capsHandlers["UpdateNotecardAgentInventory"]; m_capsHandlers["UpdateScriptAgent"] = m_capsHandlers["UpdateScriptAgentInventory"]; - // rob smart - // adding handling for WebFetchInventoryDescendents which appears in RC 1.22.9 + // 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 @@ -471,7 +470,7 @@ namespace OpenSim.Framework.Communications.Capabilities contents.items.Array.Add(ConvertInventoryItem(invItem)); } } - /* Rob Smart The following block i removed as it ALWAYS sends the error to the client because the RC 1.22.9 client tries to + /* The following block is removed as it ALWAYS sends the error to the client because the RC 1.22.9 client tries to find items that have become dissasociated with a paret folder and have parent of 00000000-0000-00000.... else { -- cgit v1.1