Hi guys,
i have a strange behavior with 2.0.6:
I have a stream with 2 streamfilters named e.g. A and B activated.
When an item does not match a filter you will normally get the following response:
Transaction didn't pass stream filter A: Message A
or
Transaction didn't pass stream filter B: Message B
now I disabled filter B and tried to add an item which conforms to filter A (but not B) but I get:
Transaction didn't pass stream filter A: Message B
with error message from filter B which I don't understand. There should not be an error as B was disapproved and also the message/filter name is wrong...
I also checked the filtercode of filter A and the active filters with listStreams(streamName,true) and only filter A was active.
Thanks!