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

   ### Pre-check
   
   - [X] I am sure that all the content I provide is in English.
   
   
   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache Dubbo Component
   
   Java SDK (apache/dubbo)
   
   ### Dubbo Version
   
   3.2.12
   
   ### Steps to reproduce this issue
   
   we want to change metdata store type of all our appliations to remote by 
setting ```dubbo.application.metadata-type```(kebab-case) or 
```dubbo.application.metadata_type```(snake_case) at dubbo.properties on the 
config center (for mitigating the problems trigged by #14200).
   but ConfigurationUtils#parseProperties will drop it because this property 
name just contains the string value ```type``` which is on the securityKey list.
   
   ### What you expected to happen
   
   setting metadataType by snake_case or kebab-case format on config center 
should not be prohibited.
   or
   checking property name is secure or not should not using contains judgement.
   
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [X] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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