You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2010/12/13 08:13:30 UTC

[jira] Updated: (DIRKRB-18) Internationalize KRB_ERROR error messages

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

Emmanuel Lecharny updated DIRKRB-18:
------------------------------------

    Affects Version/s: 2.0.0-RC1

> Internationalize KRB_ERROR error messages
> -----------------------------------------
>
>                 Key: DIRKRB-18
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-18
>             Project: Directory Kerberos
>          Issue Type: New Feature
>    Affects Versions: 2.0.0-RC1
>            Reporter: Enrique Rodriguez
>            Assignee: Enrique Rodriguez
>            Priority: Minor
>
> Error messages returned by the KDC are currently hardcoded with the English that appears in RFC 1510.  Error conditions should instead return locale-sensitive messages.
> String language = new String("en");
> String country = new String("US");
> Locale currentLocale = new Locale(language, country);
> ResourceBundle messages = ResourceBundle.getBundle("MessagesBundle",currentLocale);
> Resources:
> MessagesBundle.properties
> MessagesBundle_en_US.properties

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