This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Create a separate handler for each attribute route #4293
Closed
Description
Right now we have a big global action selection table that includes all actions. This table is largely moot because attribute routes have their own selection criteria. We can solve this by using a per-route-entry handler.
This will also allow us to remove the 'fixup' code from the handler that adjusts the route values.