Issue Details (XML | Word | Printable)

Key: JRA-5187
Type: Bug Bug
Status: Resolved Resolved
Resolution: Handled by Support
Priority: Major Major
Assignee: Timothy Chin [Atlassian]
Reporter: Oleg Zaimkin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Custom fields are wrongly encoded in XML view under Orion

Created: 10/Nov/04 01:47 AM   Updated: 13/Feb/08 12:28 AM
Component/s: Custom Fields
Affects Version/s: 3.0
Fix Version/s: None

Time Tracking:
Not Specified

Environment: Orion 2.0.2, Windows 2000 Pro SP4, IE6, windows-1251 encoding
Issue Links:
Reference
 

Participants: Oleg Zaimkin, Scott Farquhar [Atlassian] and Timothy Chin [Atlassian]
Since last comment: 34 weeks ago
Resolution Date: 13/Feb/08 12:28 AM
Labels:


 Description  « Hide
Custom fields names are incorrectly encoded while with standard fields everyting is OK. See the sample below, assignee value is encoded correctly while customfield_10040 is not.
Everything is also ok if one of the following conditions is met:
1) JIRA is working under Tomcat 4.1.30;
2) General Options/Encoding is set to UTF-8;

============
<?xml version="1.0" encoding="windows-1251" ?>

  • <!-- RSS generated by JIRA 72 at Wed Nov 10 13:41:38 NOVT 2004
    -->
    ...
    <assignee username="admin">Администратор</assignee>
    <reporter username="admin">Администратор</reporter>
    <created>Wed, 6 Oct 2004 17:20:23 +0700 (NOVST)</created>
    <updated>Wed, 10 Nov 2004 13:31:09 +0600 (NOVT)</updated>
    <due />
    <votes>0</votes>
  • <comments>
    <comment author="admin" created="Thu, 14 Oct 2004 00:00:30 +0700 (NOVST)" level="">aaa</comment>
    </comments>
  • <customfields>
  • <customfield id="customfield_10040" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
    <customfieldname>Р'РѕСЃРїСЂРѕРёР- ведение</customfieldname>
  • <customfieldvalues>
    <customfieldvalue>Проблема РЅРµ требует РІРѕСЃРїСЂРѕРёР- ведения</customfieldvalue>
    </customfieldvalues>
    </customfield>
    </customfields>


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Scott Farquhar [Atlassian] added a comment - 22/Jul/06 12:59 AM
We will need to create a functional test that runs on Orion to test this.

Timothy Chin [Atlassian] added a comment - 13/Feb/08 12:28 AM
Hi,

We're currently doing some housekeeping.

Are you still facing this issue? If you are, please feel free to reopen this issue and provide us updates and more information on your problem.

I am able to replicate this with Orion 2.0.7, JIRA 3.0 Standard and using the default HSQL that comes with Orion. I am only able to reproduce this error if I change the character encoding away from its original (UTF-8) to windows-1251.

Regards,
Timothy