[
https://issues.apache.org/jira/browse/CLEREZZA-681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196802#comment-13196802
]
Reto Bachmann-Gmür commented on CLEREZZA-681:
---------------------------------------------
The problem seems to be that jetty returns a decoded query string using the
platform default encoding,
servletRequest.getQueryString() returns "name=foob?", even though the api says
The value is not decoded by the container.
> clerezza-trunk build fails on builds.apache.org Jenkins server.
> ---------------------------------------------------------------
>
> Key: CLEREZZA-681
> URL: https://issues.apache.org/jira/browse/CLEREZZA-681
> Project: Clerezza
> Issue Type: Bug
> Affects Versions: 0.2-incubating
> Environment: Apache Jenkins ubuntu1 instance
> Reporter: Daniel Spicar
> Assignee: Reto Bachmann-Gmür
>
> Tests in org.apache.clerezza.jaxrs.utils fail:
> >>> org.apache.clerezza.jaxrs.utils.JSONObjectMessageBodyWriterTest.testMbwWithUmlaut
> expected:<{"name":"foob[ä]r"}> but was:<{"name":"foob[?]r"}>
> >>> org.apache.clerezza.jaxrs.utils.JSONObjectMessageBodyWriterTest.testWriteToAndGetSizeWithUmlaut
> expected:<18> but was:<22>
> The problem can not be reproduced on Ubuntu Developer machines.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira