[
https://issues.apache.org/jira/browse/JCR-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130666#comment-17130666
]
Julian Reschke commented on JCR-2636:
-------------------------------------
trunk: (2.9.0) [r947989|http://svn.apache.org/r947989]
[r947986|http://svn.apache.org/r947986]
> Litmus prophighunicode test failure on JRE 1.5
> ----------------------------------------------
>
> Key: JCR-2636
> URL: https://issues.apache.org/jira/browse/JCR-2636
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: jackrabbit-webdav
> Affects Versions: 2.1
> Reporter: Jukka Zitting
> Assignee: Jukka Zitting
> Priority: Minor
> Fix For: 2.2
>
>
> The WebDAV Litmus test suite contains a test case for writing and reading the
> Unicode character 𐀀 which can't be represented as a single 16-bit
> char in Java. Instead the character is stored as a surrogate pair of two
> 16-bit chars. Unfortunately the Xalan XML serializer used by Sun JRE 1.5
> incorrectly encodes these as two separate characters in UTF-8, which leads to
> the following Litmus test failure:
> -> running `props':
> [...]
> 17. prophighunicode....... pass
> 18. propget............... FAIL (PROPFIND on `/default/litmus/prop2': XML
> parse error at line 1: not well-formed (invalid token))
--
This message was sent by Atlassian Jira
(v8.3.4#803005)