Camel IRC component password and port configuration properties do not work --------------------------------------------------------------------------
Key: CAMEL-4679 URL: https://issues.apache.org/jira/browse/CAMEL-4679 Project: Camel Issue Type: Bug Components: camel-irc Affects Versions: 2.9.0 Reporter: David Valeri Assignee: David Valeri If one sets a password in the URI for this component, the password is concatenated with the username when the URI is "sanitized" by IrcConfiguration#sanitize and is not properly parsed when reread by the IrcConfiguration#configure operation. The result is that the concatenated combo is sent as the username and the colon is an illegal character. The user's secret is also sent with their username and may inadvertently end up in log files. If one specifies a port in the URI for this component, the port is not a URI parameter and is not handled by the IrcConfiguration#configure method. The port is ignored and the default port range of 6667-6669 is attempted. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira