connect updates

This commit is contained in:
Luke Pulverenti
2014-10-26 23:06:01 -04:00
parent b5212f94a9
commit 3ccb6bddef
46 changed files with 292 additions and 88 deletions

View File

@@ -91,7 +91,8 @@ namespace MediaBrowser.Server.Implementations.HttpServer
{typeof (ResourceNotFoundException), 404},
{typeof (FileNotFoundException), 404},
{typeof (DirectoryNotFoundException), 404},
{typeof (Implementations.Security.AuthenticationException), 401}
{typeof (Implementations.Security.AuthenticationException), 401},
{typeof (UnauthorizedAccessException), 401}
};
HostConfig.Instance.DebugMode = true;