This commit is contained in:
Shannon
2014-02-27 10:16:30 +01:00
parent 429b5f7c01
commit 3b71a6c3a5
9 changed files with 102 additions and 81 deletions

View File

@@ -65,16 +65,6 @@ namespace Umbraco.Web.Install
return false;
}
}
///// <summary>
///// Override to throw exception instead of returning 401 result
///// </summary>
///// <param name="filterContext"></param>
//protected override void HandleUnauthorizedRequest(AuthorizationContext filterContext)
//{
// //they aren't authorized but the app has installed
// throw new HttpException((int)global::System.Net.HttpStatusCode.Unauthorized, "You must login to view this resource.");
//}
}
}