camel-irc parsing of channel name and parameters is incorrect -------------------------------------------------------------
Key: CAMEL-1786 URL: https://issues.apache.org/activemq/browse/CAMEL-1786 Project: Apache Camel Issue Type: Bug Affects Versions: 2.0-M2 Reporter: Stan Lewis Priority: Minor If you try and pass some parameters to camel-irc it turns out that camel joins a different IRC channel than expected, for example a URI like: irc://camel-...@irc.codehaus.org:6667/#camel-test?nickname=camel-con causes camel to join #camel-test?nickname=camel-con and not #camel-test with a nickname of camel-con. Will attach a patch that addresses this and updates the unit test. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.