Skip to content

Redirects to the naked route now include the query string

Latest
Compare
Choose a tag to compare
@jakobbuis jakobbuis released this 03 Oct 10:16
· 4 commits to master since this release

When redirecting from example.com/en/foo to the naked route example.com/foo, the query string from the original request is now appended to the new URL. Previously example.com/en/foo?bar=1 would redirect to example.com/foo. It will now redirect to example.com/foo?bar=1.

This is considered an oversight in the original design, and thus a bugfix-release.