diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-25 22:31:13 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-25 22:31:13 -0400 |
| commit | ebc95ffb9af1d8fabe94c2686af8e816018e34ef (patch) | |
| tree | 643fefb89fc04b62bdec0f278464c7d1a01698c5 /MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs | |
| parent | c31aab2d642cbcee7061e0cf385083a2ee6aa23e (diff) | |
update access denied exceptions
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs index 1885afc61..e8bb40ba1 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs @@ -92,7 +92,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer {typeof (FileNotFoundException), 404}, {typeof (DirectoryNotFoundException), 404}, {typeof (SecurityException), 401}, - {typeof (UnauthorizedAccessException), 401} + {typeof (UnauthorizedAccessException), 500} }; HostConfig.Instance.DebugMode = true; |
