fixes #6754 - skip custom errors when using StatusCodeFilterAttribute.

This commit is contained in:
Claus
2019-10-18 09:39:36 +02:00
parent 20fd5acae6
commit b87a952c6a
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
using System;
using System.Web;
using Umbraco.Core;
using Umbraco.Core.Collections;
using Umbraco.Core.Logging;
using Umbraco.Web.Composing;
using Umbraco.Web.Routing;
@@ -102,6 +101,5 @@ namespace Umbraco.Web
return end;
}
}
}