symfony-cmf / routing-auto

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

leave_redirect does not convert moved children of the route. #67

Open dantleech opened 8 years ago

dantleech commented 8 years ago

leave_redirect will not create redirects for any content-aware routes that are children of the route to which the migration is applied.

e.g.

/foo/bar/baz
/foo
/foo/bar/baz/boo
SalvatorePollaci commented 7 years ago

Hi are there any updates on this issue?

dantleech commented 7 years ago

Nothing has been done as far as I am aware

dantleech commented 7 years ago

The LeaveRedirectRouteHandler will need to traverse the children of the route and generate redirect routes for each.