Skip to content

fix: encode path uri only#16212

Merged
patak-cat merged 2 commits intomainfrom
encode-path-only
Mar 20, 2024
Merged

fix: encode path uri only#16212
patak-cat merged 2 commits intomainfrom
encode-path-only

Conversation

@bluwy
Copy link
Copy Markdown
Member

@bluwy bluwy commented Mar 20, 2024

Description

Given /foo?bar, we only want to encode the /foo part only. The query strings could be left encoded or decoded and printed as is.

Additional context

Should fix Nuxt ecosystem-ci


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Before submitting the PR, please make sure you do the following

  • Read the Contributing Guidelines, especially the Pull Request Guidelines.
  • Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
  • Update the corresponding documentation if needed.
  • Ideally, include relevant tests that fail without this PR but pass with it.

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@bluwy
Copy link
Copy Markdown
Member Author

bluwy commented Mar 20, 2024

/ecosystem-ci run

@vite-ecosystem-ci
Copy link
Copy Markdown

@patak-cat patak-cat merged commit 0b2e40b into main Mar 20, 2024
@patak-cat patak-cat deleted the encode-path-only branch March 20, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants