You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2010/09/28 11:38:34 UTC

[jira] Created: (CLK-720) ClickUtils.encodeUrl encoding should default to UTF-8 and not depend on platform specific impl

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.


[jira] Resolved: (CLK-720) ClickUtils.encodeUrl encoding should default to UTF-8 and not depend on platform specific impl

Posted by "Bob Schellink (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLK-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink resolved CLK-720.
-------------------------------

    Fix Version/s: 2.3.0-M1
       Resolution: Fixed

fixed in trunk

> 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
>             Fix For: 2.3.0-M1
>
>
> 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.