zrlw opened a new issue, #13341:
URL: https://github.com/apache/dubbo/issues/13341

   ## Describe the feature
   
现在org.apache.dubbo.config.ApplicationConfig#isValid方法只检查name是否为空,应用名称可以随便写,比如配成```providers:a.b.c:1.0:GroupA```
 这样的也可以。建议采用下列正则表达式对应用名称做一下检查,避免出现不必要的混乱。
   ```^[_a-zA-Z][_a-zA-Z0-9]*$``` : 和java类名规则类似,只是禁用了```$```字符。
   
   


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