twitchob opened a new issue, #24692: URL: https://github.com/apache/shardingsphere/issues/24692
### I have come across an error in one of your documents.Address: https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/yaml-config/authority/.  ### While trying to start the application using the configuration mentioned in the document, I was unsuccessful. Upon examining the source code, I found that the permission split was implemented using the `indexOf("@")` method. This can cause issues if the configuration file does not contain the "@" symbol. ### config file:  ### class:org.apache.shardingsphere.authority.provider.database.builder.DatabasePrivilegeBuilder row:64,87   ### I would like to suggest two possible solutions to address this problem. The preferred solution is to modify the document itself, which will enable users to start the application successfully. Alternatively, the code can be modified to fix this issue. ### change config ,it is OK:  ### I have already successfully modified the document and submitted a pull request. Please kindly consider approving my changes and reviewing the suggested modifications. -- 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]
