[Bug 46626] Log4J SyslogAppender does not handle TAG correctly

2012-05-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46626 --- Comment #3 from Gary Gregory --- Hm... I also read: "The TAG is a string of ABNF alphanumeric characters that MUST NOT exceed 32 characters." This patch does not truncate the Java String. Am I looking at the right spec? -- You are

[Bug 46626] Log4J SyslogAppender does not handle TAG correctly

2012-05-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46626 --- Comment #2 from Gary Gregory --- I wonder if some of the code in the patch is in the wrong place. In "4.1.3 MSG Part of a syslog Packet" from https://tools.ietf.org/html/rfc3164 I read: "The MSG part has two fields known as the TAG f

RE: [Bug 46626] Log4J SyslogAppender does not handle TAG correctly

2012-05-22 Thread Steven Willis
Hi, Is there someone who could help me figure out what I need to do to get the patch I attached to this bug report applied? The diff includes updates to existing tests as well as new tests. All methods are documented. Also, since bugzilla updates are sent to this list anyway, should I be holdin