We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在com.baidu.disconf.core.common.restful.core.RemoteUrl.RemoteUrl(String, List)里面,以下代码 if (!server.contains("http://")) { server = "http://" + server; } 写死了,配置如果没有http://,那么会自动加上。但如果disconf-web是https,则无论如何都支持不了。
The text was updated successfully, but these errors were encountered:
这个确实,我来fix
Sorry, something went wrong.
https://github.com/knightliao/disconf/issues/158
bdba14a
fix http://disconf.readthedocs.io/zh_CN/latest/others/src/update.html
knightliao
No branches or pull requests
在com.baidu.disconf.core.common.restful.core.RemoteUrl.RemoteUrl(String, List)里面,以下代码
if (!server.contains("http://")) {
server = "http://" + server;
}
写死了,配置如果没有http://,那么会自动加上。但如果disconf-web是https,则无论如何都支持不了。
The text was updated successfully, but these errors were encountered: