You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "masteryourself (GitHub)" <gi...@apache.org> on 2019/09/24 03:39:10 UTC

[GitHub] [dubbo] masteryourself commented on pull request #4365: fix 4340 bug:duplicate extension

Maybe our original intention is different. I assume a scene: when I accidentally customize a dubbo internal filter(just the same name) in another framework, when user use these two jars(our framework & dubbo), how can you guarantee who is loaded first. According to dubbo currently, the first filter loaded will enter the filter chain, and the later loaded same name filter will throw an exception, but this exception is eaten, how do you notify the user. At least we have encountered this situation in Win10 and Centos7, and there is no exception, but the filter does not work.

[ Full content available at: https://github.com/apache/dubbo/pull/4365 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org