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

Support when value includes '=' character #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 [email protected]

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 <[email protected]>
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