This commit is contained in:
Shannon
2021-03-01 12:57:04 +11:00
parent 6148336d04
commit 70caa227e2

View File

@@ -122,7 +122,6 @@ namespace Umbraco.Cms.Web.Website.Routing
httpContext.Features.Set(umbracoRouteValues);
// publish an event that we've routed a request
// TODO: does this occur on 404 or have we already returned?
await _eventAggregator.PublishAsync(new UmbracoRoutedRequest(_umbracoContextAccessor.UmbracoContext));
// Need to check if there is form data being posted back to an Umbraco URL