AlbumenJ commented on issue #10836:
URL: https://github.com/apache/dubbo/issues/10836#issuecomment-1297850967
> > 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 on linux and windows
caused! ClassLoader.getSystemResources("org.apache.dubbo.rpc.filter") works
fine on windows. but not wok on linux.
ClassLoader.getSystemResources("org.apache.dubbo.rpc.Filter") both works!
>
> and i used the lower filter
would you please help and some desc in
https://dubbo.apache.org/zh/docs3-v2/java-sdk/reference-manual/spi/overview/
--
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]