linguanostra / ELFinder.Connector.NET

ELFinder Connector for .NET with support for NancyFX and ASP.NET MVC
BSD 3-Clause "New" or "Revised" License
12 stars 8 forks source link

Fix Unable to connect to backend on access denied #3

Closed giuliov closed 7 years ago

giuliov commented 7 years ago

I found that browsing a network share did not work, so I got the source and found that access denied exceptions bubbled up.

This is a simple fix that simply returns an empty list in case of exceptions.

linguanostra commented 7 years ago

Thanks for the quick fix!