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 2008/07/09 14:51:31 UTC

[jira] Updated: (DIRSERVER-150) Internationalize KRB_ERROR error messages

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

Emmanuel Lecharny updated DIRSERVER-150:
----------------------------------------

    Fix Version/s: 2.5.0

postponed

> Internationalize KRB_ERROR error messages
> -----------------------------------------
>
>                 Key: DIRSERVER-150
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-150
>             Project: Directory ApacheDS
>          Issue Type: New Feature
>          Components: kerberos
>            Reporter: Enrique Rodriguez
>            Assignee: Enrique Rodriguez
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> 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.