You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2016/12/28 14:02:58 UTC

[jira] [Created] (QPID-7600) AMQChannel#receivedComplete is performed without the SessionPrincipal within the thread access controller context

Keith Wall created QPID-7600:
--------------------------------

             Summary: AMQChannel#receivedComplete is performed without the SessionPrincipal within the thread access controller context
                 Key: QPID-7600
                 URL: https://issues.apache.org/jira/browse/QPID-7600
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
            Reporter: Keith Wall
             Fix For: qpid-java-7.0.0


By design, threads working on behalf of the channel are supposed to carry the SessionPrincipal as part of the running subject.    If the channel is processing on a frame, the principal is made available  by {{BrokerDecoder#processAMQPFrames}}, however, if the channel is performing 'post-work' (i.e. {{AMQChannel#receivedComplete}}) it currently forgets to make the principal available.

As exposed by test failures since r1776037 (QPID-6028),  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org