[
http://opensource.atlassian.com/projects/roller/browse/ROL-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Gilliland closed ROL-1230.
--------------------------------
Resolution: Fixed
this was fixed back in the roller 3.0 release.
> taglibs.jsp has a bug in locale process.
> ----------------------------------------
>
> Key: ROL-1230
> URL:
> http://opensource.atlassian.com/projects/roller/browse/ROL-1230
> Project: Roller
> Issue Type: Bug
> Reporter: Shutra
> Assignee: David Johnson
>
> File: taglibs.jsp
> this block:
> if(mUser != null) {
> request.setAttribute("mLocale", mUser.getLocale());
> } else {
> request.setAttribute("mLocale",
> LanguageUtil.getViewLocale(request).getDisplayName());
> }
> should be:
> if(mUser != null) {
> request.setAttribute("mLocale", mUser.getLocale());
> } else {
> request.setAttribute("mLocale",
> LanguageUtil.getViewLocale(request).toString());
> }
> I find the branche version 3.0 has fixed it but not 2.4.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira