You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Adam Anderson (JIRA)" <ji...@apache.org> on 2017/04/19 18:15:42 UTC

[jira] [Created] (CXF-7342) org.apache.cxf.attachment.AttachmentUtilTest.xml fails with jdk 9 preview

Adam Anderson created CXF-7342:
----------------------------------

             Summary: org.apache.cxf.attachment.AttachmentUtilTest.xml fails with jdk 9 preview
                 Key: CXF-7342
                 URL: https://issues.apache.org/jira/browse/CXF-7342
             Project: CXF
          Issue Type: Bug
            Reporter: Adam Anderson


org.junit.ComparisonFailure: expected:<[世界ーファイル].txt> but was:<[世界ーファイル].txt>
	at org.apache.cxf.attachment.AttachmentUtilTest.testContendDispositionFileNameKanjiChars(AttachmentUtilTest.java:100)

JEP 254: Compact Strings changes the way java Strings are internalized. The test case has a hardcoded utf-16 string to 'cheat' the utf-8 Kanji characters. When compiled with jdk 8 and ran with java 9 the utf-16 hardcoded string: "世界ーファイル" is handled literally and the comparison fails, even though the output of [世界ーファイル].txt is correct.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)