You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/11/19 05:31:00 UTC

[GitHub] [incubator-dolphinscheduler] zhuangchong edited a comment on issue #4082: 安装脚本的bug

zhuangchong edited a comment on issue #4082:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4082#issuecomment-730134925


   Because of the special characters & lead to, you can in the conf/datasource. The properties file manually modify the password attribute value or perform before:special character escape
   
   ```
   spring.datasource.password=\&sbflsdhjfapsfl
   
   ```
   
   As for the handling of password containing special characters, we will think about how to deal with this problem. If you have good ideas, please leave a message
   
   ---
   是因为特殊字符&导致的,你可以在conf/datasource.properties文件内手动修改password属性值或执行前:特殊字符转义
   
   ```
   spring.datasource.password=\&sbflsdhjfapsfl
   
   ```
   关于密码含有特殊字符的处理,我们会想一下要如何处理规避这个问题,如果您有好的想法,欢迎留言


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org