[ 
https://issues.apache.org/jira/browse/QPID-7600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15783023#comment-15783023
 ] 

ASF subversion and git services commented on QPID-7600:
-------------------------------------------------------

Commit 1776287 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1776287 ]

QPID-7600: [Java Broker] Ensure IO thread calling AMQChannel#receivedComplete 
runs with the session's principal

> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to