Hi,

there have been some discussions about how to handle multiple HTTP
hosts with the Symfony2 routing component.
Most of the examples discussed can easily be solved through shared
bundles. For example you can separate your backend and frontend into
two different applications running on different hosts but using the
same bundle for the model.

But what if you have separated applications and one template of the
first application wants to link to a specific route of the second
application? Imagine you want to display a link "edit this content in
the backend" on every frontend page.

I think that there are a lot of use cases that would benifit from
making the routing component "host-aware". I also can't see why this
would be any harder than the already existing "_scheme" requirement.

I wonder if I am missing something totally or if this feature is just
less important than others. If so, I would try to implement it myself
and provide a pull request.

Comments please :)
Greetings, Per

-- 
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

Reply via email to