ClickUtils.encodeUrl encoding should default to UTF-8 and not depend on
platform specific impl
----------------------------------------------------------------------------------------------
Key: CLK-720
URL: https://issues.apache.org/jira/browse/CLK-720
Project: Click
Issue Type: Improvement
Components: core
Reporter: Bob Schellink
Assignee: Bob Schellink
Priority: Trivial
ClickUtils.encodeUrl uses the deprecated UrlEncoder.encode which depends on
platform specific encoding. Using UrlEncoder.encode(.., "UTF-8") will ensure
more consistency between platforms.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.