Fixed [1.2] Route Filter issue

It putting the trailing slash is intentional. It's to signify it's the end of the route prefix.

But it should handle the second link.
 
I've fixed this case: where you've replaced a xyz/123 style URL with abc. If you replace with a URL like xxx/yyy/zzz then there are some situations where this can't be fixed as it creates an ambiguity (there is sometimes a different meaning depending on whether there's a trailing slash).
 
Top Bottom