Files
nats-server/server
Ivan Kozlovic 8ec1f77ac8 [FIXED] Sublist Insert and Remove with wildcard characters in literals
This is similar to #561 where `*` and `>` characters appear in tokens
as literals, not wilcards.
Both Insert() and Remove() were checking that the first character
was `*` or `>` and consider it a wildcard node. This is wrong. Any
token that is more than 1 character long must be treated as a literal.
Only for token of size one should we check if the character is `*`
or `>`.
Added a test case for Insert and Remove with subject like `foo.*-`
or `foo.>-`.
2017-08-31 18:48:45 -06:00
..
2017-01-05 16:13:44 -07:00
2017-08-31 14:00:30 -05:00
2017-07-19 13:21:27 -06:00
2017-05-31 16:06:31 -05:00
2017-06-28 11:05:02 -05:00
2017-05-31 16:06:31 -05:00
2017-06-07 17:40:17 -05:00
2017-07-19 11:59:05 -06:00
2017-08-11 17:28:18 -06:00
2017-07-19 09:02:25 -06:00
2017-08-11 17:28:18 -06:00
2017-06-27 12:58:13 -05:00
2017-06-27 16:53:18 -05:00
2017-05-31 16:06:31 -05:00
2016-03-20 15:57:43 -10:00