Introduced interface on PublishedRequest and moved interfaces to abstractions

This commit is contained in:
Bjarke Berg
2020-02-10 19:23:42 +01:00
parent 4b9d0941a4
commit e94921b384
35 changed files with 366 additions and 344 deletions

View File

@@ -273,7 +273,7 @@ namespace Umbraco.Web
/// </summary>
/// <param name="context"></param>
/// <param name="pcr"> </param>
private void RewriteToUmbracoHandler(HttpContextBase context, PublishedRequest pcr)
private void RewriteToUmbracoHandler(HttpContextBase context, IPublishedRequest pcr)
{
// NOTE: we do not want to use TransferRequest even though many docs say it is better with IIS7, turns out this is
// not what we need. The purpose of TransferRequest is to ensure that .net processes all of the rules for the newly