Skip to content

Support when value includes '=' character#27

Open
sihyeonn wants to merge 1 commit intoAceMetrix:masterfrom
sihyeonn:master
Open

Support when value includes '=' character#27
sihyeonn wants to merge 1 commit intoAceMetrix:masterfrom
sihyeonn:master

Conversation

@sihyeonn
Copy link

Since param is splitted by '=' at first, deparam couldn't support base64
encoded value which could have '=' character in it.
To solve this problem, when we deal with 'name=value' type, join param with '=' again except the first one, which is a key, and treat them as a value.

Signed-off-by: Sihyeon Jang uneedsihyeon@gmail.com

Since param is splitted by '=' at first, deparam couldn't support base64
encoded value which could have '=' character in it.
To solve this problem, when we deal with 'name=value' type, join param with '=' again except the first one, which is a key, and treat them as a value.

Signed-off-by: Sihyeon Jang <uneedsihyeon@gmail.com>
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.

1 participant