|
@@ -104,7 +104,7 @@ public class UpYunClient {
|
|
|
this.md5Password = md5(password);
|
|
|
|
|
|
base64Auth = "Basic " + org.apache.commons.codec.binary.Base64
|
|
|
- .encodeBase64String((userName + password).getBytes());
|
|
|
+ .encodeBase64String((userName + ":" + password).getBytes());
|
|
|
unsafe = true;
|
|
|
|
|
|
testUrl = PropertiesUtil.getString("$upyun.testUrl");
|