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

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

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

        

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

Posted by "David Valeri (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Fix Version/s: 2.10
    
> 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
>             Fix For: 2.10
>
>
> 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