Re-adding a conditional in UserManager that was removed with arthusv's commit. Changing new inventory ops to POST.

This commit is contained in:
Diva Canto
2009-08-11 14:31:45 -07:00
parent dae9a111aa
commit bd7ff803fe
3 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ namespace OpenSim.Server.Handlers.Inventory
m_httpServer.AddStreamHandler(
new RestDeserialiseSecureHandler<Guid, Dictionary<AssetType, InventoryFolderBase>>(
"GET", "/SystemFolders/", GetSystemFolders, CheckAuthSession));
"POST", "/SystemFolders/", GetSystemFolders, CheckAuthSession));
m_httpServer.AddStreamHandler(
new RestDeserialiseSecureHandler<Guid, InventoryCollection>(