mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-14 10:10:42 -07:00
If the subscription was foo. > but the server also had an import deny of foo.bar It was legal to send the subscription. But the other server was unaware of the restriction and sent the message anyway. The check of the incoming message did not happen. Fixing by ignoring messages the server is not supposed to receive. And exchange deny_import so that the non soliciting leaf node knows to not send these messages in the first place. NB. merging of deny_ export/import with perms from INFO happens in processLeafnodeInfo Signed-off-by: Matthias Hanel <mh@synadia.com>
66 KiB
66 KiB