You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Christian Müller (JIRA)" <ji...@apache.org> on 2013/06/20 21:06:20 UTC

[jira] [Assigned] (CAMEL-6464) connectionTimeout property is ignored by JavaMail

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

Christian Müller reassigned CAMEL-6464:
---------------------------------------

    Assignee: Christian Müller
    
> connectionTimeout property is ignored by JavaMail
> -------------------------------------------------
>
>                 Key: CAMEL-6464
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6464
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-mail
>    Affects Versions: 2.10.2
>         Environment: mail-1.4.5.jar
>            Reporter: Marco Zapletal
>            Assignee: Christian Müller
>
> JavaMail ignores the timeout values set via the connectionTimeout property.
> - Within MailConfiguration::createJavaMailProperties the mail.<protocol>.timeout and mail.<protocol>.connectionTimeout parameters are set as long values
> - In com.sun.mail.util.PropUtil::getInt (line 141) the property is ignored since it is a long value
> Changing the type of connectionTimeout from long to int would be the cleanest solution - another suggestion would be to downcast the connectionTimeout in MailConfiguration::createJavaMailProperties

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira