__Scenario__:
User would like to register per-route message handler for a specific attributed action.
__Note__:
This is a regression after today's checkin (6eb7f13ca6158800a18dcb299dca481277513cbd) related to calling config.EnsureInitialized().
__Registering per-route handlers__:
User can create custom HttpRouteBuilder and override BuildHttpRoute method to create a new IHttpRoute with the per-route handler in it.
Attached a Katana standalone repro along with this email.
User would like to register per-route message handler for a specific attributed action.
__Note__:
This is a regression after today's checkin (6eb7f13ca6158800a18dcb299dca481277513cbd) related to calling config.EnsureInitialized().
__Registering per-route handlers__:
User can create custom HttpRouteBuilder and override BuildHttpRoute method to create a new IHttpRoute with the per-route handler in it.
Attached a Katana standalone repro along with this email.