Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] match route against decoded path on client #2206

Merged
merged 1 commit into from
Aug 14, 2021
Merged

Conversation

benmccann
Copy link
Member

@benmccann benmccann commented Aug 14, 2021

There were two places the path was being matched against and only one of them got updated. Ideally we'd only match against the path only once on the client just as #2203 is doing on the server, but that might be a bit larger change. I did at least make it so that the path only needs to be decoded once though

Between #2203 which fixed the server-side and this PR:
Fixes #2201
Fixes #2186
Fixes #2205

@benmccann benmccann added bug Something isn't working p0-urgent SvelteKit is broken or vulnerable for most users labels Aug 14, 2021
@changeset-bot
Copy link

changeset-bot bot commented Aug 14, 2021

🦋 Changeset detected

Latest commit: f27820e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@sveltejs/kit Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@benmccann benmccann merged commit 930ef8e into master Aug 14, 2021
@benmccann benmccann deleted the path-fix branch August 14, 2021 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p0-urgent SvelteKit is broken or vulnerable for most users
Projects
None yet
1 participant