-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Preserve query params in StaticFileHandler
redirects
#15789
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
base: master
Are you sure you want to change the base?
Preserve query params in StaticFileHandler
redirects
#15789
Conversation
If you cannot build |
Yeah that works. I managed to also get |
Co-authored-by: Johannes Müller <[email protected]>
Closes #15788
Preserve query parameters when
HTTP::StaticFileHandler
performs a redirecthttp://localhost:12345//route?k=v
-->http://localhost:12345/route?k=v
I can't actually confirm if the specs itself pass because I'm not able to build
std_spec
locally for some reason. But it works correctly when running the same code on an isolated script with a locally built compiler.