After talks with morten and stephane, this renames
DocumentNotFoundHandler -> PublishedContentNotFoundHandler
This commit is contained in:
@@ -141,7 +141,7 @@ namespace Umbraco.Web
|
||||
|
||||
if (!docreq.HasNode)
|
||||
{
|
||||
httpContext.RemapHandler(new DocumentNotFoundHandler());
|
||||
httpContext.RemapHandler(new PublishedContentNotFoundHandler());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user