[infinispan-issues] [JBoss JIRA] (ISPN-2819) REST server ignores client header Accept-Charset

Dan Berindei (JIRA) jira-events at lists.jboss.org
Wed Feb 13 02:04:56 EST 2013


Dan Berindei created ISPN-2819:
----------------------------------

             Summary: REST server ignores client header Accept-Charset
                 Key: ISPN-2819
                 URL: https://issues.jboss.org/browse/ISPN-2819
             Project: Infinispan
          Issue Type: Bug
          Components: Remote protocols
    Affects Versions: 5.2.1
            Reporter: Dan Berindei
            Assignee: Galder Zamarreño
             Fix For: 6.0.0.Final


In a HTTP GET request, the client can specify an {{Accept-Charset}} header. The REST server will ignore it, and it will always send the response with the original PUT/POST request's charset.

I think the server should make an effort to transform the value data from the PUT charset to the GET charset. At the moment we don't even parse the PUT charset, we just store the {{Content-Type}} header.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the infinispan-issues mailing list