Feature #5577
Implement postprocessing and validation into the configuration manager
Status:
Resolved
Priority:
Should have
Assignee:
Category:
Configuration
Target version:
Start date:
2009-11-30
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
The Configuration Manager should provides some kind of hooks to allow the different submodules of FLOW3 to postprocess and validate their configuration.
Currently this postprocessing is done directly in the Configuration Manager (where it doesn't belong) and validation is done during runtime in the sub modules (which is unnecessary because cached configuration doesn't need to be validated again).