You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2007/03/26 01:44:32 UTC

[jira] Closed: (GERONIMO-3025) Locale encodings are installed backwards into jetty

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

David Jencks closed GERONIMO-3025.
----------------------------------

    Resolution: Fixed

Doh! in rev 522383.

> Locale encodings are installed backwards into jetty
> ---------------------------------------------------
>
>                 Key: GERONIMO-3025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Jetty
>    Affects Versions: 2.0-M3
>            Reporter: David Jencks
>         Assigned To: David Jencks
>             Fix For: 2.0-beta1
>
>
>                 this.webAppContext.addLocaleEncoding(entry.getKey(), entry.getValue());
> not
>                 this.webAppContext.addLocaleEncoding(entry.getValue(), entry.getKey());

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