Conversation
|
Someone is attempting to deploy a commit to the Docsify Team on Vercel. A member of the Team first needs to authorize it. |
Koooooo-7
reviewed
Sep 27, 2026
Koooooo-7
left a comment
Member
There was a problem hiding this comment.
This kinda corner case I suppose it is unnecessarily to introduce it for now.
But if it really does in future. We could consider it.
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Query values such as
?id=a=b=cwere truncated toa, becauseparseQuerysplit at every equals sign and kept only the second part. Split out the entire remainder after the first equals sign so route queries preserve their values.Fixes #2810.
Regression coverage includes multiple/lone equals signs, percent-encoded equals signs, plus-to-space decoding, empty values and valueless parameters.
Validation:
npm run test:jest -- --runInBand: 13 suites, 129 tests, 46 snapshots passed.npm run typecheck: passed.npm run build: passed.git diff --check: passed.Assisted by Codex; reviewed the complete diff and ran these checks locally. The full Playwright browser matrix was not run locally.