[jboss-jira] [JBoss JIRA] (LOGMGR-74) SyslogHandler doesn't handle encoding correctly

Takayoshi Kimura (JIRA) jira-events at lists.jboss.org
Fri Jun 21 03:34:20 EDT 2013


Takayoshi Kimura created LOGMGR-74:
--------------------------------------

             Summary: SyslogHandler doesn't handle encoding correctly
                 Key: LOGMGR-74
                 URL: https://issues.jboss.org/browse/LOGMGR-74
             Project: JBoss Log Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 1.4.1.Final
            Reporter: Takayoshi Kimura
            Assignee: Takayoshi Kimura


SyslogHandler doesn't handle encoding correctly.

In RFC5424 format, there is unnecessary getBytes() and new String().

In RFC3164 format, it does substring based on char length where it should be byte length. It currently sends > 1024 bytes message to syslog when the message has multi byte chars.

--
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 jboss-jira mailing list