Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2AAADF8A for ; Wed, 16 Jan 2013 16:06:14 +0000 (UTC) Received: (qmail 11943 invoked by uid 500); 16 Jan 2013 16:06:14 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 11667 invoked by uid 500); 16 Jan 2013 16:06:13 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 11648 invoked by uid 99); 16 Jan 2013 16:06:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2013 16:06:12 +0000 Date: Wed, 16 Jan 2013 16:06:12 +0000 (UTC) From: "Steven Scott (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-5951) Camel-syslog dataformat broken with netty transport MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-5951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13555159#comment-13555159 ] Steven Scott commented on CAMEL-5951: ------------------------------------- actually, looking at the camel-netty code in 2.10...it looks like netty doesn't provide any local address info (see NettyConstants and NettyEndpoint.createExchange) > Camel-syslog dataformat broken with netty transport > --------------------------------------------------- > > Key: CAMEL-5951 > URL: https://issues.apache.org/jira/browse/CAMEL-5951 > Project: Camel > Issue Type: Bug > Affects Versions: 2.10.2, 2.10.3 > Reporter: Steven Scott > Assignee: Willem Jiang > Fix For: 2.9.6, 2.10.4, 2.11.0 > > Original Estimate: 5m > Remaining Estimate: 5m > > in Rfc3164SyslogDataFormat, the remoteAddress of the SyslogMessage is set from the Mina or Netty headers. There's a copy/paste error for Netty: it correctly checks for the existence of the CamelNettyRemoteAddress header, but then attempts to set the remoteAddress from a CamelMinaRemoteAddress header. > (there's no camel-syslog component in JIRA) -- 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