2.2.0
Officialize 2.2.0-beta + (old) bug fix
Fix a bug that caused loss of trailing slash in splat, e.g. with @Route("/static/doc/*path"), accessing the page with url /static/doc/guide or /static/doc/guide/ would both yield path = "guide".
Redirecting from /static/doc/guide to /static/doc/guide/ would then generate an infinite redirect loop.