[
https://issues.apache.org/jira/browse/CAMEL-13121?focusedWorklogId=318931&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-318931
]
ASF GitHub Bot logged work on CAMEL-13121:
------------------------------------------
Author: ASF GitHub Bot
Created on: 26/Sep/19 12:30
Start Date: 26/Sep/19 12:30
Worklog Time Spent: 10m
Work Description: JiriOndrusek commented on pull request #3200:
[CAMEL-13121] Route irc->irc cycles the message because of irc.target…
URL: https://github.com/apache/camel/pull/3200
Issue: https://issues.apache.org/jira/browse/CAMEL-13121
Added header "irc.sendTo", which makes "irc.target" read only and removes
some unclear behavior as issue describes.
Test are fixed also to work with this change (and also covers it)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 318931)
Remaining Estimate: 0h
Time Spent: 10m
> Route irc->irc cycles the message because of "irc.target" header
> ----------------------------------------------------------------
>
> Key: CAMEL-13121
> URL: https://issues.apache.org/jira/browse/CAMEL-13121
> Project: Camel
> Issue Type: Bug
> Components: camel-irc
> Affects Versions: 2.21.0
> Reporter: Radovan Netuka
> Assignee: Dmitry Volodin
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Configure this route:
> from("irc://priv@localhost:6667/test1")
> .log("${headers}")
> .to("irc://chan@localhost:6667/test2");
>
> Send private message to user _priv._
>
> Expected result:
> The message is routed to user _chan._
>
> Actual result:
> The message is routed back to user _priv_ and enters an infinite loop
>
> Cause:
> Inside camel-core Pipeline, the IRC message has still its old target set in
> its properties.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)