You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Edmund Urbani (JIRA)" <ji...@apache.org> on 2008/04/09 12:15:25 UTC

[jira] Updated: (WICKET-1503) AutoCompleteTextField encoding bug

     [ https://issues.apache.org/jira/browse/WICKET-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edmund Urbani updated WICKET-1503:
----------------------------------

    Description: 
Texts with non-ascii characters are not correctly en-/decoded. Eg. when I enter "ö" in the AutoCompleteTextField it gets encoded in the request as q=%C3%B6 which is the correct UTF-8 encoding. However in the getChoices(String) method I see "ö" instead of "ö" (decoded as ISO-8859-1 or similar). 

I did not alter any encoding settings in Tomcat - not yet anyway.

EDIT: Tested with Firefox 2.0.0.13


  was:
Texts with non-ascii characters are not correctly en-/decoded. Eg. when I enter "ö" in the AutoCompleteTextField it gets encoded in the request as q=%C3%B6 which is the correct UTF-8 encoding. However in the getChoices(String) method I see "ö" instead of "ö" (decoded as ISO-8859-1 or similar). 

I did not alter any encoding settings in Tomcat - not yet anyway.



> AutoCompleteTextField encoding bug
> ----------------------------------
>
>                 Key: WICKET-1503
>                 URL: https://issues.apache.org/jira/browse/WICKET-1503
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.2, 1.3.3
>         Environment: Tomcat 6.0.16 
> java version "1.6.0_01"
> running on Linux
>            Reporter: Edmund Urbani
>
> Texts with non-ascii characters are not correctly en-/decoded. Eg. when I enter "ö" in the AutoCompleteTextField it gets encoded in the request as q=%C3%B6 which is the correct UTF-8 encoding. However in the getChoices(String) method I see "ö" instead of "ö" (decoded as ISO-8859-1 or similar). 
> I did not alter any encoding settings in Tomcat - not yet anyway.
> EDIT: Tested with Firefox 2.0.0.13

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.