[TIME-158] When group name in russian translation, time sheet gadget don't show

Issue #158 resolved
Andriy Zhdanov created an issue

When group name in russian translation, time sheet gadget don't show

By nikolay84/Nikolay Goltser on Mon, 13 Jun 2011 22:47:55 -0700

Comments (4)

  1. Andriy Zhdanov reporter

    Fixed as workaround (only for groups, but not for users, since not complained), it is problem in Jira (or may be with configuring its appication server), it does not work well with at least russian group names, and you can't log in with russian name user at all.

    What I've figured out, is that gadget request url has targetGroupName parameter encoded in ISO-8859-1, as it should be, however Tomcat (in my case) encodes it with UTF-8, or vice verse, it's hard to say, see screen shots for some evidence.

    Committed revision 161507

    By azhdanov on Fri, 17 Jun 2011 06:14:26 -0700

  2. Andriy Zhdanov reporter

    Thank you for quick turn around, and now?

    Changed to use jira config encoding, instead of hardcoded UTF-8.

    However, it might be more complicated.

    By azhdanov on Sat, 18 Jun 2011 04:42:20 -0700

  3. Andriy Zhdanov reporter

    Also, I've just noticed excel view (group timesheet -> details -> excel view) is not working, and there is nothing I can do with it, this must be fixed in Jira, I think.

    By azhdanov on Sat, 18 Jun 2011 05:03:01 -0700

  4. Log in to comment