[jira] [Updated] (CAMEL-13121) Route irc->irc cycles the message because of "irc.target" header

2019-09-27 Thread Andrea Cosentino (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Cosentino updated CAMEL-13121:
-
Fix Version/s: 3.0.0.RC2
   3.0.0

> 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
> Fix For: 3.0.0, 3.0.0.RC2
>
>  Time Spent: 40m
>  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)


[jira] [Updated] (CAMEL-13121) Route irc->irc cycles the message because of "irc.target" header

2019-09-27 Thread Andrea Cosentino (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Cosentino updated CAMEL-13121:
-
Fix Version/s: 2.25.0

> 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
> Fix For: 3.0.0, 2.25.0, 3.0.0.RC2
>
>  Time Spent: 40m
>  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)


[jira] [Updated] (CAMEL-13121) Route irc->irc cycles the message because of "irc.target" header

2019-08-06 Thread Claus Ibsen (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-13121:

Estimated Complexity: Novice  (was: Unknown)

> 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
>
> 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
(v7.6.14#76016)


[jira] [Updated] (CAMEL-13121) Route irc->irc cycles the message because of "irc.target" header

2019-08-06 Thread Claus Ibsen (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-13121:

Priority: Minor  (was: Major)

> 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
>
> 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
(v7.6.14#76016)


[jira] [Updated] (CAMEL-13121) Route irc->irc cycles the message because of "irc.target" header

2019-01-24 Thread Radovan Netuka (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Radovan Netuka updated CAMEL-13121:
---
Description: 
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.

  was:
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 routred 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.


> 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
>Priority: Major
>
> 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
(v7.6.3#76005)


[jira] [Updated] (CAMEL-13121) Route irc->irc cycles the message because of "irc.target" header

2019-01-24 Thread Radovan Netuka (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Radovan Netuka updated CAMEL-13121:
---
Description: 
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 routred 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.

  was:
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 routred to user _chan._

 

Actual result:

The message is routed back to user _priv_ and enters an infinite loop

 

Cause:

Pipeline in camel-core doesn't set any IRC message properties.


> 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
>Priority: Major
>
> 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 routred 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
(v7.6.3#76005)


[jira] [Updated] (CAMEL-13121) Route irc->irc cycles the message because of "irc.target" header

2019-01-24 Thread Dmitry Volodin (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitry Volodin updated CAMEL-13121:
---
Component/s: (was: camel-core)

> 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
>Priority: Major
>
> 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 routred to user _chan._
>  
> Actual result:
> The message is routed back to user _priv_ and enters an infinite loop
>  
> Cause:
> Pipeline in camel-core doesn't set any IRC message properties.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)