OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) fc940ab09a If a moap entry has EnableWhiteList but WhiteList == null, then properly block the request instead of throwing an exception.
Normally, WhiteList is an empty list but from Mantis 7389 it looks like it might sometimes be possible for it to be null (haven't seen this up till now)
It looks like failing with an exception instead of properly replying to the request (which comes in via a cap) might be enough, surprisingly, to freeze a viewer until timeout.
Part of http://opensimulator.org/mantis/view.php?id=7389 but probably unrelated to the actual issue of that mantis.
2014-12-23 20:38:20 +00:00
..
Addons
ApplicationPlugins
Capabilities
ConsoleClient
Data
Framework Make sure we always dispose of disposables inside RestClient.Request() 2014-12-20 01:56:33 +00:00
Region If a moap entry has EnableWhiteList but WhiteList == null, then properly block the request instead of throwing an exception. 2014-12-23 20:38:20 +00:00
Server
Services
Tests
Tools