webdav portal bugs fix

This commit is contained in:
vfedosevich 2015-01-12 01:28:59 -08:00
parent 5d37adf09b
commit 05d9fddb5d
6 changed files with 62 additions and 59 deletions

View file

@ -19,6 +19,7 @@ using System.Net;
namespace WebsitePanel.WebDavPortal.Controllers
{
[ValidateInput(false)]
[LdapAuthorization]
public class FileSystemController : Controller
{