From 2c27a631c9a8a08bf0e4cd185447a666cb9009aa Mon Sep 17 00:00:00 2001 From: Shannon Deminick Date: Thu, 12 Sep 2019 23:14:10 +1000 Subject: [PATCH 1/2] Update src/Umbraco.Web/RoutableDocumentFilter.cs Co-Authored-By: Bjarke Berg --- src/Umbraco.Web/RoutableDocumentFilter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web/RoutableDocumentFilter.cs b/src/Umbraco.Web/RoutableDocumentFilter.cs index be2c8ad405..465480ce22 100644 --- a/src/Umbraco.Web/RoutableDocumentFilter.cs +++ b/src/Umbraco.Web/RoutableDocumentFilter.cs @@ -86,7 +86,6 @@ namespace Umbraco.Web /// /// Determines whether the specified URL is reserved or is inside a reserved path. /// - /// /// The URL to check. /// /// true if the specified URL is reserved; otherwise, false. From d7b950fe066b04434eacde556486af805af9ca12 Mon Sep 17 00:00:00 2001 From: Shannon Deminick Date: Thu, 12 Sep 2019 23:14:18 +1000 Subject: [PATCH 2/2] Update src/Umbraco.Web/RoutableDocumentFilter.cs Co-Authored-By: Bjarke Berg --- src/Umbraco.Web/RoutableDocumentFilter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web/RoutableDocumentFilter.cs b/src/Umbraco.Web/RoutableDocumentFilter.cs index 465480ce22..642c60f6d4 100644 --- a/src/Umbraco.Web/RoutableDocumentFilter.cs +++ b/src/Umbraco.Web/RoutableDocumentFilter.cs @@ -150,7 +150,6 @@ namespace Umbraco.Web /// Determines whether the current request is reserved based on the route table and /// whether the specified URL is reserved or is inside a reserved path. /// - /// /// /// /// The route collection to lookup the request in