Commit ebf3655e by 宋祥

Merge branch 'fixBug-sx' of http://129.211.46.84:8800/platform/hg-smart into master-dc

parents 3ab17682 9abe1ea6
...@@ -176,7 +176,7 @@ public class Iplat4jUtils { ...@@ -176,7 +176,7 @@ public class Iplat4jUtils {
return S3Constant.RESOURCE + "/" + OSConstant.FILE_DOWNLOAD return S3Constant.RESOURCE + "/" + OSConstant.FILE_DOWNLOAD
+ mainFolderPath.replace(OSConstant.DOC_ROOT_DIR, "") + mainFolderPath.replace(OSConstant.DOC_ROOT_DIR, "")
.replace(OSConstant.SEPARATOR, "/") + "/" .replace(OSConstant.SEPARATOR, "/") + "/"
+ URLEncoder.encode(zipName, "UTF-8").replace("\\+", "%20") + ".zip"; + URLEncoder.encode(zipName, "UTF-8").replace("+", "%20") + ".zip";
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment