Skip to content

2.2.0

Choose a tag to compare

@pcdv pcdv released this 10 Sep 06:19
· 21 commits to master since this release

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.