Closed meshy closed 9 years ago
It's currently possible for RouteRedirect.target to equal RouteRedirect.pk. This would result in a redirect to self loop, and we should add validation (or a constraint) to disable this.
RouteRedirect.target
RouteRedirect.pk
It's currently possible for
RouteRedirect.target
to equalRouteRedirect.pk
. This would result in a redirect to self loop, and we should add validation (or a constraint) to disable this.