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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to