From 35d1642889384978ce9fe0b9115292be6de2fb18 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 31 Jan 2018 14:54:27 +0000 Subject: [PATCH] disable the new Cap_FetchLib2 because viewers do not suport it for opensim. To decide when to use it, they use a hardcode LL owner ID on same code paths, while on others just compare owner to the agent. This makes suport for this cap impossible" --- bin/OpenSimDefaults.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 6c32c9b40f..d96ab4fa9a 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -843,7 +843,11 @@ Cap_WebFetchInventoryDescendents = "" Cap_FetchInventoryDescendents2 = "localhost" Cap_FetchInventory2 = "localhost" - Cap_FetchLib2 = "localhost" + + ; do uncomment Cap_FetchLib2 for now + ; Current viewers do not suport it for opensim. + ; in same requests they use a hard coded ll library owner id. + ;Cap_FetchLib2 = "localhost" ; Capability for searching for people Cap_AvatarPickerSearch = "localhost"