Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
emily-shen committed Sep 20, 2024
1 parent 2721f86 commit 86a255f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/shaggy-peas-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@cloudflare/workers-shared": patch
"miniflare": patch
"wrangler": patch
---

fix: remove filepath encoding on asset upload and handle sometimes-encoded characters

Some characters like [ ] @ are encoded by encodeURIComponent() but are often requested at an unencoded filepath.
This change will make assets with filenames with these characters accessible at both the encoded and unencoded paths,
but use the encoded path as the canonical one.

0 comments on commit 86a255f

Please sign in to comment.