AB#6233 - Handle ApplicationUrl
This commit is contained in:
@@ -72,9 +72,6 @@ namespace Umbraco.Web
|
||||
/// <param name="httpContext"></param>
|
||||
private void BeginRequest(HttpContextBase httpContext)
|
||||
{
|
||||
// ensure application url is initialized
|
||||
((RuntimeState) Current.RuntimeState).EnsureApplicationUrl();
|
||||
|
||||
// do not process if client-side request
|
||||
if (httpContext.Request.Url.IsClientSideRequest())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user