Discussion: Redirecting to the content is certainly better -- otherwise there is just an ever growing chain of auto routes which must be resolved (e.g. rename something 50 times, then there is a maximum of 50 routes which must be resolved).
So I would say that in 2.0 the content document should be the redirect target by default. But do we want to make this the ONLY choice? To what extent does it make sense to redirect to another route?
Allow configuring the redirect target to be set as the content document instead of the route.
See: https://github.com/symfony-cmf/RoutingAuto/issues/43 Depends: https://github.com/symfony-cmf/RoutingAuto/pull/56
Discussion: Redirecting to the content is certainly better -- otherwise there is just an ever growing chain of auto routes which must be resolved (e.g. rename something 50 times, then there is a maximum of 50 routes which must be resolved).
So I would say that in 2.0 the content document should be the redirect target by default. But do we want to make this the ONLY choice? To what extent does it make sense to redirect to another route?
TODO: Need to add configuration for this.