There are a number of posts on this topic, and an issue was opened which was 
fixed by fabien in a recent update.

Issues:
https://github.com/symfony/symfony/issues/1187

Update:
https://github.com/symfony/symfony/commit/c72537da6b906d9d7599a0ce00aead597804d0c7

It sounds like we need to  import all the .yml routing files from all 
bundles into a config/routing.yml, and all the .xml routing files into a 
config/routing.xml, (same for php routing files if you have them). Then we 
need to add a prefix {_local} to all of them with the association 
requirements and defaults tags for the prefixes which we accept.

Is there any easier way to do this without all the importing - like globally 
specifying that a certain prefix should apply to all routes?

-- 
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 users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to