[ 
https://issues.apache.org/jira/browse/KNOX-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15188655#comment-15188655
 ] 

ASF subversion and git services commented on KNOX-678:
------------------------------------------------------

Commit a8b190deecd318f4109996a3205f97dc759730fb in knox's branch 
refs/heads/master from [~kevin.minder]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=a8b190d ]

[KNOX-685] - Knox tests cleanup after Jetty 9 upgrade. Potential charset 
reencoding text fix (KNOX-678).


> Malformed UTF-8 characters in JSON Response
> -------------------------------------------
>
>                 Key: KNOX-678
>                 URL: https://issues.apache.org/jira/browse/KNOX-678
>             Project: Apache Knox
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>         Environment: HDP-2.3.4.0-3485, RHEL7
>            Reporter: Christopher Jackson
>            Assignee: Kevin Minder
>         Attachments: TestService.java, rewrite.xml, service.xml
>
>
> UTF-8 encoded characters in a json response from a REST endpoint are being 
> altered when accessing the endpoint behind the knox gateway. When accessing 
> these endpoints directly the expected response is received.
> Here is a comparison of the responses received when accessing the endpoints 
> using curl:
> Output when NOT accessed through knox gateway (Expected Output)
> HTTP/1.1 200 OK
> X-Powered-By: Servlet/3.0
> Content-Type: application/json
> Content-Length: 24
> Date: Thu, 03 Mar 2016 14:45:23 GMT
> {"value":"ß_SomeLabel"}%
> Output when accessed through knox gateway
> HTTP/1.1 200 OK
> X-Powered-By: Servlet/3.0
> Date: Thu, 03 Mar 2016 14:47:06 GMT
> Content-Type: application/json
> Content-Length: 26
> Server: Jetty(8.1.14.v20131031)
> {"value":"ß_SomeLabel"}%
> I have attached a service.xml, rewrite.xml, and a sample JAX-RS service for 
> testing/troubleshooting purposes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to