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:
[email protected]
With regards,
Apache Git Services