404handlers.config & INotFoundHandler broken in 4.1x ?
With the new request module in 4.1x it seems that 404handlers.config & INotFoundHandler is broken?
e.g. 301 Url Tracker package no longer work. Creating a new 404 handler (implementing INotFoundHandler, adding to config/404handlers.confg) the handler never gets called.
404handlers.config & INotFoundHandler broken in 4.1x ?
With the new request module in 4.1x it seems that 404handlers.config & INotFoundHandler is broken?
e.g. 301 Url Tracker package no longer work. Creating a new 404 handler (implementing INotFoundHandler, adding to config/404handlers.confg) the handler never gets called.
Further testing shows that the handler does get called but the Url is in a different format. Same bug as http://issues.umbraco.org/issue/U4-1411 (which was for created v6.0) - I've created http://issues.umbraco.org/issue/U4-1475 for v4.1x
is working on a reply...