eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
159 stars 109 forks source link

UrlBuilder: Charset instead of String #5251

Closed pizzi80 closed 1 year ago

pizzi80 commented 1 year ago

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)