Merge with 4.11.6

This commit is contained in:
Shannon Deminick
2013-03-12 00:14:50 +04:00
26 changed files with 54 additions and 1240 deletions

View File

@@ -50,7 +50,8 @@ namespace Umbraco.Web
legacyRequestInitializer.InitializeRequest();
// create the UmbracoContext singleton, one per request, and assign
UmbracoContext.EnsureContext(httpContext, ApplicationContext.Current);
// NOTE: we assign 'true' to ensure the context is replaced if it is already set (i.e. during app startup)
UmbracoContext.EnsureContext(httpContext, ApplicationContext.Current, true);
}
/// <summary>