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

Optimize decodePercent to use StandardCharsets.UTF_8 #561

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

Conversation

jbrower2
Copy link

@jbrower2 jbrower2 commented Oct 5, 2019

There was unneeded error handling in the decodePercent method. This change uses an overloaded method that does not throw an UnsupportedEncodingException, and utilizes jdk7's StandardCharsets.UTF_8.

@jbrower2
Copy link
Author

@NoahAndrews Can this be merged? The build appears to have failed, but I can't imagine it was related to my change.

@NoahAndrews
Copy link

I'm not the maintainer

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