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: Redirected queries missing parameters #429

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

mcdurdin
Copy link
Member

@mcdurdin mcdurdin commented Feb 19, 2024

Fixes keymanapp/keyman#10746.

RedirectMatch does not forward parameters; instead need to use RewriteRule.

This was causing the redirect to assume version=10.0.0.0 because the version=17.0.269.0 query parameter was silently dropped in the redirect.

Fixes keymanapp/keyman#10746.

`RedirectMatch` does not forward parameters; instead need to use
`RewriteRule`.
@mcdurdin mcdurdin added this to the B17S2 milestone Feb 19, 2024
@mcdurdin mcdurdin added the fix label Feb 19, 2024
Copy link
Contributor

@darcywong00 darcywong00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm (assuming the link checker passes)

@mcdurdin
Copy link
Member Author

lgtm (assuming the link checker passes)

link checker doing its job!

Getting links from: http://localhost:8053/_test/go
├─BROKEN─ http://localhost:8053/go/windows/16.0/archived-downloads (HTTP_404)

@mcdurdin mcdurdin merged commit 92dd3ac into master Feb 19, 2024
2 checks passed
@mcdurdin mcdurdin deleted the fix/10746-keyboard-download-rewrite-rules branch February 19, 2024 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants