[infinispan-issues] [JBoss JIRA] (ISPN-2388) CharSequence get converted to ChannelBuffer without explicit Charset

Norman Maurer (JIRA) jira-events at lists.jboss.org
Fri Oct 12 09:28:02 EDT 2012


Norman Maurer created ISPN-2388:
-----------------------------------

             Summary: CharSequence get converted to ChannelBuffer without explicit Charset
                 Key: ISPN-2388
                 URL: https://issues.jboss.org/browse/ISPN-2388
             Project: Infinispan
          Issue Type: Bug
            Reporter: Norman Maurer
            Assignee: Mircea Markus


There are a few places in infinispan where a CharSequence is converted to a ChannelBuffer. This is done without an explicit Charset given, and so depends on the default Charset of the Platform. This should be fixed by use UTF_8 everywhere.

--
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