You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "David Valeri (Updated) (JIRA)" <ji...@apache.org> on 2011/11/15 16:20:55 UTC

[jira] [Updated] (CAMEL-4679) Camel IRC component password and port configuration properties do not work

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

David Valeri updated CAMEL-4679:
--------------------------------

    Affects Version/s:     (was: 2.9.0)
                       2.8.1
        Fix Version/s:     (was: 2.10)
                       2.9.0
    
> 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.8.1
>            Reporter: David Valeri
>            Assignee: David Valeri
>             Fix For: 2.9.0
>
>
> 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