mP1 / walkingkooka-net

Beautiful type safe networking abstractions mostly concentrating on http.
Apache License 2.0
0 stars 1 forks source link

UrlFragment.toString shouldnt be escaping equals-sign #479

Closed mP1 closed 5 months ago

mP1 commented 5 months ago
return URLEncoder.encode(this.value, "UTF-8").replace(ENC

Should add another special case for equals-sign.