I am trying to catch up with Sf2 when I can find some spare time...
but there are so much commits !
My question is about the new bundle management.
In HttpKernel\Kernel::initializeBundles():
1. $this->bundles can host only 1 bundle per name (that would be the
lastest declared bundle for each name),
2. $this->bundleMap can host many bundles for a single name (for
inheritance mechanism)
So shouldn't the code throw an exception i.e. `if (!isset($this-
>bundleMap[$name]) {...} else { throw; }` ? in the first foreach
loop ?
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en