You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2009/04/01 10:33:13 UTC

[jira] Resolved: (JCR-2012) BufferedStringValue corrupts non ISO-8859-1 characters on large Strings

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

Jukka Zitting resolved JCR-2012.
--------------------------------

    Resolution: Duplicate

> BufferedStringValue corrupts non ISO-8859-1 characters on large Strings
> -----------------------------------------------------------------------
>
>                 Key: JCR-2012
>                 URL: https://issues.apache.org/jira/browse/JCR-2012
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: core 1.4.5
>         Environment: Sun JDK 1.6, Win 2000
>            Reporter: Henryk Paluch
>            Assignee: Thomas Mueller
>            Priority: Critical
>             Fix For: 1.6.0
>
>         Attachments: BufferedStringValue.java.encFix.diff, BufferedStringValueTest.java
>
>
> When storing,retrieving large String values (for example large "sv:property" named "content" - which contains text of paragraphs) then non-ISO-8859-1 characters are lost.
> This is caused becaus of improper handling of Temporary files in BufferedStringValue - they use Readers/Writers without specifying encoding - so national characters could be lost if system wide encoding does not support them.
> Pending attachments:
> - JUnit test Case
> - Proposed fix

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