[
https://issues.apache.org/jira/browse/QPID-5373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13868878#comment-13868878
]
ASF subversion and git services commented on QPID-5373:
-------------------------------------------------------
Commit 1557467 from [~gemmellr] in branch 'qpid/trunk'
[ https://svn.apache.org/r1557467 ]
QPID-5373: move retrieval of the peer Principal into the connection IO thread,
retrieving from the NetworkConnection during the AMQP handshak after the SSL
handshake must have already been completed.
> [Java Broker] SSL negotiation is being performed in the accepting thread
> ------------------------------------------------------------------------
>
> Key: QPID-5373
> URL: https://issues.apache.org/jira/browse/QPID-5373
> Project: Qpid
> Issue Type: Bug
> Components: Java Broker
> Affects Versions: 0.24
> Reporter: Robbie Gemmell
>
> SSL negotiation is being performed in the accepting thread, which should
> ideally be used only for the minimal work of accepting the connecting and
> handing it off to another thread to process. This has been the case since
> support for SSL Client Certificate Authentication was added, as the code
> added to retrieve the remote peer is performed within the accepting thread,
> which forces the handshake to take place there. The handshake should be moved
> into another thread.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]