You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/10/29 06:18:32 UTC

[GitHub] [dubbo] forlich commented on issue #10836: [Dubbo 3] Load custom filter failed

forlich commented on issue #10836:
URL: https://github.com/apache/dubbo/issues/10836#issuecomment-1295747980

   > Please provide a demo to verify this.
   > 
   > Also, spi declaration and filter class are needed.
   
   sorry, it's not dubbo problem, my fault!
   it's jdk ClassLoader.getSystemResources method different behavier caused!
   ClassLoader.getSystemResources("org.apache.dubbo.rpc.filter") works fine. but not wok on linux.
   ClassLoader.getSystemResources("org.apache.dubbo.rpc.Filter") both works!
   
   and i used the lower filter


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org