You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2008/09/08 16:55:55 UTC

[jira] Updated: (AMQ-1330) SslTransport doesn't set the client certificate chain as transportContext

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

Gary Tully updated AMQ-1330:
----------------------------

    Fix Version/s: 5.3.0
                       (was: 5.2.0)

> SslTransport doesn't set the client certificate chain as transportContext
> -------------------------------------------------------------------------
>
>                 Key: AMQ-1330
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1330
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 4.1.1
>            Reporter: Erik Jõgi
>             Fix For: 5.3.0
>
>   Original Estimate: 1 minute
>  Remaining Estimate: 1 minute
>
> org.apache.activemq.transport.tcp.SslTransport is supposed to override the doConsume() method of TransportSupport and set the client certificate chain as transportContext. 
> However the method signature is incorrect - instead of overriding:
> public void doConsume(Object command)
> it defines a new method:
> public void doConsume(Command command)
> which is never called.
> So it is fixed very easily - just change Command to Object in the method signature.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.