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

James Perkins (JIRA) jira-events at lists.jboss.org
Fri Jun 21 11:35:21 EDT 2013


    [ https://issues.jboss.org/browse/LOGMGR-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783649#comment-12783649 ] 

James Perkins commented on LOGMGR-74:
-------------------------------------

The syslog handler has been mostly rewritten and is pending a review and merge for PR https://github.com/jboss-logging/jboss-logmanager/pull/21
                
> 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