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

UrlBuilder: Charset instead of String #5251

Merged
merged 2 commits into from
Jul 1, 2023

Conversation

pizzi80
Copy link
Contributor

@pizzi80 pizzi80 commented Jun 20, 2023

In this way we don't have to convert from String to Charset inside a for loop
and we can use the "new" URLEncoder.encode(String,Charset)

+ little optimizations... still a bit ugly

Signed-off-by: pizzi80 <[email protected]>
@BalusC BalusC merged commit e392946 into eclipse-ee4j:master Jul 1, 2023
1 check passed
@arjantijms arjantijms added the 5.0 label Jul 6, 2023
@pizzi80 pizzi80 deleted the 4.1.0_urlbuilder branch July 12, 2023 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants