Incorrect nesting level counting for matcher mbean name
-------------------------------------------------------
Key: JAMES-1397
URL: https://issues.apache.org/jira/browse/JAMES-1397
Project: JAMES Server
Issue Type: Bug
Components: SpoolManager & Processors
Reporter: TzeKai Lee
Priority: Minor
The nesting level in the mbean name of composite matcher is incorrect if there
are more than one composite matcher in the same nesting level.
Consider this:
<matcher name="composite" match="Or">
<matcher match="And">
<matcher match="SubjectIs=example"/>
</matcher>
<matcher match="And">
<matcher match="SenderIsRegex=example.*"/>
</matcher>
</matcher>
mbean name will be
SubjectIs: <parent part>subtype2=matcher,index2=0,matchername2=SubjectIs
SenderIsRegex: <parent part>subtype3=matcher,index3=0,matchername3=SenderIsRegex
first And: <parent part>subtype1=matcher,index1=0,matchername1=And
second And: <parent part>subtype1=matcher,index1=1,matchername1=And
nesting level of SenderIsRegex should be 2 instead of 3
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]