sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.17k forks source link

扩展点存在重复加载的问题 #1212

Closed crazyStar00 closed 1 year ago

crazyStar00 commented 2 years ago

Describe the bug

当扩展点设置@AutoActive(providerSide = true)会自动激活,然后又通过setFilterRef配置了相同的扩展点,在FilterChain中就会有两个相同的过滤器。

Environment

JervyShi commented 2 years ago

This is by design. If the user actively passes in a Filter instance, we should trust the user's settings.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.