Skip to content

Commit 1e4c8b5

Browse files
committed
Update changeset to be more user-facing
1 parent 0fd0b2f commit 1e4c8b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/polite-balloons-rhyme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'astro': patch
33
---
44

5-
Hardens URL pathname normalization in the SSR request pipeline to collapse multiple leading slashes before routing and middleware execution
5+
Ensures that URLs with multiple leading slashes (e.g. `//admin`) are normalized to a single slash before reaching middleware, so that pathname checks like `context.url.pathname.startsWith('/admin')` work consistently regardless of the request URL format

0 commit comments

Comments
 (0)