[
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.