Add UmbracoUseSSL filter to redirect to HTTPS if umbracoUseSSL is set. Fixes U4-4737

This commit is contained in:
Brian Powell
2014-09-30 20:58:12 -04:00
parent be55c11554
commit 8aa9326e10
2 changed files with 45 additions and 0 deletions

View File

@@ -19,12 +19,14 @@ using Umbraco.Web.UI.JavaScript;
using Umbraco.Web.PropertyEditors;
using Umbraco.Web.Models;
using Umbraco.Web.WebServices;
using Umbraco.Web.WebApi.Filters;
namespace Umbraco.Web.Editors
{
/// <summary>
/// A controller to render out the default back office view and JS results
/// </summary>
[UmbracoUseSSL]
public class BackOfficeController : UmbracoController
{
/// <summary>