I'm not sure wether this is the place to file a bug report, but I
couldn't find anything else for Symfony2.
Anyway, I found something that could be described as a bug: the
generated UrlMatcher class lists its routing options, ordered by route
name, rather than order of appearance.
For instance, I have the following case:
Main routing config:
api:
resource: @ApiBundle/Resources/config/routing.yml
prefix: /api
front:
resource: @FrontBundle/Resources/config/routing.yml
The problem is, a certain route that should be matched by the api
routing config is picked up by the front routing. When I disable the
front routing it works as intended.
Furthermore, I have a catchall route in both configs, that seem to
overwrite each other due to this behaviour. Thus my API catchall route
is not available at all.
If bundles really are supposed to work independently this should be
fixed, I think.
--
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