mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
catch more error exception cases on fetchinventory req parsing
This commit is contained in:
@@ -70,7 +70,7 @@ namespace OpenSim.Capabilities.Handlers
|
||||
{
|
||||
hash = (Hashtable)LLSD.LLSDDeserialize(Utils.StringToBytes(request));
|
||||
}
|
||||
catch (LLSD.LLSDParseException e)
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.ErrorFormat("[WEB FETCH INV DESC HANDLER]: Fetch error: {0}{1}" + e.Message, e.StackTrace);
|
||||
m_log.Error("Request: " + request);
|
||||
|
||||
Reference in New Issue
Block a user