URL Query Parameter with %0A causes vite to fail #3761
Labels
bug
Something isn't working
p3-minor-bug 🔨
An edge case that only affects very specific usage (priority)
Describe the bug
When navigating to a URL with a query parameter that contains a
%0A
, the vite development server will failReproduction
Start a local vite project and navigate to the following URL. I've been able to reproduce this with two separate projects running the latest version of vite.
http://localhost:3000/?cat=%0A
Repository
https://github.com/stefnotch/starboard-editor
System Info
Output of
npx envinfo --system --npmPackages vite,@vitejs/plugin-vue --binaries --browsers
:Used package manager:
Logs
Before submitting the issue, please make sure you do the following
The text was updated successfully, but these errors were encountered: