silverstripe-framework/_config/requestprocessors.yml
Andrew Short 156bb87d57 FIX: Move stage choosing into a pre-request filter.
This ensures that the correct stage is selected, even if the request
does not come through the model as controller system. This fixes an
issue where custom controllers would always be on the "Stage" stage.
2013-10-23 18:29:13 +13:00

9 lines
130 B
YAML

---
Name: requestprocessors
---
Injector:
RequestProcessor:
properties:
filters:
- '%$VersionedRequestFilter'