Removing the Bundle suffix is great _if_ the folder that the Bundle.php class is in is named like the alias we use to reference controllers with. So Sensio\Bundle\FrameworkExtra should be the name of the bundle containing FrameworkExtraBundle.php and the reference should then be FrameworkExtra:Controller:action. This looks like the inheritance for bundles will then break but if we change the getParent method to return the FQN of a Bundle.php class instead of just bundle class name then it should still work.
What does people think of this idea ? -- 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
