You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/02/07 13:28:35 UTC

[GitHub] [ignite] dgarus commented on a change in pull request #7338: IGNITE-12344 Remote listener of IgniteMessaging has to run with appropriate SecurityContext.

dgarus commented on a change in pull request #7338: IGNITE-12344 Remote listener of IgniteMessaging has to run with appropriate SecurityContext.
URL: https://github.com/apache/ignite/pull/7338#discussion_r376388925
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/IgniteMessagingImpl.java
 ##########
 @@ -207,7 +210,7 @@ private void send0(@Nullable Object topic, Collection<?> msgs, boolean async) th
         guard();
 
         try {
-            GridContinuousHandler hnd = new GridMessageListenHandler(topic, (IgniteBiPredicate<UUID, Object>)p);
+            GridContinuousHandler hnd = new GridMessageListenHandler(topic, securityAwareBiPredicate(p));
 
 Review comment:
   yes!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services