Files
nats-server/server
Matthias Hanel 9486722e96 [fixing] subscription issue when subscribing to a super set of deny_import
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>
2021-04-12 20:09:55 -04:00
..
2020-05-19 14:15:11 -07:00
2021-04-09 15:18:06 -07:00
2021-04-12 11:43:11 -07:00
2020-02-25 19:53:09 -05:00
2021-04-09 14:58:35 -07:00
2021-04-10 12:46:31 -07:00
2020-11-17 18:57:45 +00:00
2021-04-09 15:18:06 -07:00
2021-04-12 09:31:33 -06:00
2021-01-14 01:14:52 -08:00
2021-01-14 01:14:52 -08:00
2019-05-06 15:41:38 -07:00
2021-04-09 15:18:06 -07:00
2021-04-09 15:18:06 -07:00
2020-06-12 10:03:47 -06:00
2018-10-06 14:06:14 -07:00
2021-04-09 14:58:35 -07:00
2021-04-09 15:18:06 -07:00
2018-03-15 22:31:07 -07:00
2019-11-14 20:05:32 -07:00
2018-03-15 22:31:07 -07:00
2019-11-14 20:05:32 -07:00
2021-04-12 10:17:13 -07:00
2019-12-12 11:58:24 -07:00
2021-02-23 10:57:00 -08:00
2021-04-09 15:18:06 -07:00