symfony-cmf / routing-auto

RoutingAuto component
https://cmf.symfony.com
Other
6 stars 11 forks source link

Redirect routes leave a chain of routes #43

Open dantleech opened 9 years ago

dantleech commented 9 years ago

Currently the leave redirect strategy will leave a chain of routes, each referencing the next newest one until the current route is located.

This should be changed somehow, either we reference the content directly and then infer the route from the content, or we update ALL redirect routes to reference the current route.

dbu commented 9 years ago

+1 for referencing the content rather than the new route.