-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dubbo service auth failed #11767
Labels
type/bug
Bugs to being fixed
Comments
Related with org/apache/dubbo/common/URLStrParser.java:294 |
这个可能和之前 Activated 的设计有关,不过如果把这个逻辑去掉能不影响现有的功能的话我建议还是删掉 |
@chickenlj PTAL |
This was referenced Mar 9, 2023
Closed
mytang0
added a commit
to mytang0/dubbo
that referenced
this issue
Mar 14, 2023
* origin/3.2: (25 commits) Bump bytebuddy.version from 1.14.1 to 1.14.2 (apache#11814) Dynamically generate native image config (apache#11795) Remove redundant synchronized (apache#11811) fix remove unused param (apache#11787) Bump bytebuddy.version from 1.14.0 to 1.14.1 (apache#11808) Reuse qos port for metrics (apache#11719) 🐛 fix thread pool metrics be gc recycle problem (apache#11793) Bump protobuf-java from 3.22.0 to 3.22.2 (apache#11802) Bump spring-security-bom from 5.8.1 to 5.8.2 (apache#11801) Bump byte-buddy from 1.14.0 to 1.14.1 (apache#11804) Cert npe bug fix (apache#11800) Fix uts Fix lock acquire blocked Fix hessian list Fix metrics publisher NPE Fix ut Fix bug apache#11767 (apache#11781) Fix uts Sync when destroy (apache#11783) Fix recreate client after destroy (apache#11780) ...
mytang0
added a commit
to mytang0/dubbo
that referenced
this issue
Mar 14, 2023
* origin/3.2: (28 commits) Bump bytebuddy.version from 1.14.1 to 1.14.2 (apache#11814) Dynamically generate native image config (apache#11795) Remove redundant synchronized (apache#11811) fix remove unused param (apache#11787) Bump bytebuddy.version from 1.14.0 to 1.14.1 (apache#11808) Reuse qos port for metrics (apache#11719) 🐛 fix thread pool metrics be gc recycle problem (apache#11793) Bump protobuf-java from 3.22.0 to 3.22.2 (apache#11802) Bump spring-security-bom from 5.8.1 to 5.8.2 (apache#11801) Bump byte-buddy from 1.14.0 to 1.14.1 (apache#11804) Cert npe bug fix (apache#11800) Fix uts Fix lock acquire blocked Fix hessian list Fix metrics publisher NPE Fix ut Fix bug apache#11767 (apache#11781) Fix uts Sync when destroy (apache#11783) Fix recreate client after destroy (apache#11780) ...
lcb11
pushed a commit
to lcb11/dubbo
that referenced
this issue
Mar 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Steps to reproduce this issue
dubbo.registry.address = nacos://${spring.cloud.nacos.server-addr}?username=${spring.cloud.nacos.username}&password=${spring.cloud.nacos.password}&namespace=${spring.cloud.nacos.discovery.namespace}
dubbo.registry.address
解析为nacos://10.20.0.100:8848?username=&password=&namespace=
Expected Behavior
dubbo.registry.address
的值nacos://10.20.0.100:8848?username=&password=&namespace=
不应该将参数解析为username=username, password=password, namespace=namespace并且能正常启动
Actual Behavior
Dubbo service register failed, then application exit.
The text was updated successfully, but these errors were encountered: