[jboss-jira] [JBoss JIRA] (LOGMGR-74) SyslogHandler doesn't handle encoding correctly
Takayoshi Kimura (JIRA)
jira-events at lists.jboss.org
Sun Jun 23 20:56:21 EDT 2013
[ https://issues.jboss.org/browse/LOGMGR-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783815#comment-12783815 ]
Takayoshi Kimura commented on LOGMGR-74:
----------------------------------------
Thanks, I didn't notice that. I'll revisit this issue later.
> 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