I was looking at the AsseticBundle and was interested how and when the AsseticLoader was called. I looked for ages through the code and found the controller.xml in the AsseticBundle config files that contains a 'assetic.routing_loader.class' entry but I have no clue when this is used. It seems that it is not used anywhere in the complete Standard Edition source code, except in a few Tests. I have noticed that all the Loaders for RouteCollections are in separate Routing folders in their respective bundles. Does this have anything to do with it, e.g.: Are they automatically resolved when they are placed in those directories?
What I actually mean is that I want to know: 1) When is the controller.xml file used? 2) When is the AsseticLoader (or any other Loader that returns a RouteCollection) called? -- 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
