Bug #6967

ConfigurationManager does not return all settings if asked to do so.

Added by Karsten Dambekalns over 5 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2010-03-23
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Configuration
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 8 Estimated time:1.00 hour
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

When calling getConfiguration() with a NULL $packageKey the configurationManager is supposed to return all settings for all active packages. It does not do so, leading to errors later on (in my case in the StaticObjectContainer) due to missing settings.

Associated revisions

Revision 6db66049
Added by Karsten Dambekalns over 5 years ago

[+BUGFIX] FLOW3 (Configuration): getConfiguration() now returns settings for all packages if asked to do so, fixes #6967.
[+BUGFIX] FLOW3 (Object): Interfaces with no known implementation but a factory can be used now, fixes #6968, relates to #6928.
[~TASK] FLOW3 (Utility): In environment we no longer prohibit access to to $_SERVER, this makes use of third party code easier.

History

#1 Updated by Karsten Dambekalns over 5 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r4002.

Also available in: Atom PDF