|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ weld-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/weld-issues

I'll hold back on the fix till the spec has been clarified. I'm not sure that this is an issue but you might want to consider this query too.
An interceptor A that extends B, both are interceptors with the same binding. When they execute on an intercepted method B executes twice. First because it is bound to the method and then because it is a super class of A that is bound to the method.
Maybe this is correct but it doesn't seem very intuitive to me.
Heres a test case to better explain what i mean
https://github.com/maxmil/core/commit/93b565266b15e1d3861f18000c11ee8549933db7
Disclaimer... I realize that this post doesn't have much to do with the issue but i'm not even sure this is an issue so i didn't know where to post it.