AlbumenJ commented on issue #10804:
URL: https://github.com/apache/dubbo/issues/10804#issuecomment-1288416585

   org/apache/dubbo/common/URLStrParser.java:300
   ```java
               // compatible with lower versions registering "default." keys
               if (name.startsWith(DEFAULT_KEY_PREFIX)) {
                   
params.putIfAbsent(name.substring(DEFAULT_KEY_PREFIX.length()), value);
               }
   ```
   
   这里会自动替换


-- 
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