Tag - mvc
Overriding the Sitecore Item Resolver? Watch out for the mvc.getPageItem pipeline!
OSomething that has been a bit annoying to me when developing custom _ItemResolver's_ for Sitecore MVC is that you cannot simply add logic into the _httpRequestBegin_ pipeline to add your custom logic. No, that would be too simple right? If you are using Sitecore MVC than not only must you do your...