Created new LookupByIdQuery ILookup which is now the first thing that is looked up. Have cleaned up
all of the default.aspx stuff so that no routing logic takes place there, all routing logic now takes place entirely in the module.
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Umbraco.Web
|
||||
}
|
||||
|
||||
public void Boot()
|
||||
{
|
||||
{
|
||||
InitializeResolvers();
|
||||
}
|
||||
|
||||
@@ -143,8 +143,9 @@ namespace Umbraco.Web
|
||||
//or in their own global.asax
|
||||
new[]
|
||||
{
|
||||
typeof (LookupByPageIdQuery),
|
||||
typeof (LookupByNiceUrl),
|
||||
typeof (LookupById),
|
||||
typeof (LookupByIdPath),
|
||||
typeof (LookupByNiceUrlAndTemplate),
|
||||
typeof (LookupByProfile),
|
||||
typeof (LookupByAlias)
|
||||
|
||||
Reference in New Issue
Block a user