mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
cleanups in inventory REST code. also, disables digest authentications
for inventory REST calls for the time being, as firefox, curl, and also python's urllib2 cannot authenticate using digest auth. fix permission checking for prim inventory to be the same as for normal edit ops.
This commit is contained in:
@@ -5200,6 +5200,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
}
|
||||
break;
|
||||
case PacketType.UpdateTaskInventory:
|
||||
m_log.DebugFormat("[AMW] UpdateTaskInventory request");
|
||||
UpdateTaskInventoryPacket updatetask = (UpdateTaskInventoryPacket)Pack;
|
||||
if (OnUpdateTaskInventory != null)
|
||||
{
|
||||
@@ -5266,7 +5267,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
break;
|
||||
|
||||
case PacketType.RezScript:
|
||||
|
||||
m_log.DebugFormat("[AMW] RezScript");
|
||||
//Console.WriteLine(Pack.ToString());
|
||||
RezScriptPacket rezScriptx = (RezScriptPacket)Pack;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user