mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[PR #3843] chore: update escaping for special characters in key:value string #4549
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4549
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/3843
Author: @anwarulislam
Created: 2/19/2024
Status: 🔄 Open
Base:
release/2024.3.0← Head:fix/raw-key-value-escape-issue📝 Commits (1)
70b7b72chore: remove escaping from key:value string📊 Changes
2 files changed (+56 additions, -84 deletions)
View changed files
📝
packages/hoppscotch-data/package.json(+1 -0)📝
packages/hoppscotch-data/src/rawKeyValue.ts(+55 -84)📄 Description
Closes HFE-399
Description
In parameters, headers, or any other key value type input places if we write backslash
\we will see a bug that's replacing that backslash with"\\". This PR is to address that bug by removing escaping for all the special characters. Rather, inform the user not to use reserved characters as string🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.