HttpKitExt中下载文件文件名提取错误

 protected static MediaFile download(String url) throws IOException

方法中

 String ds = conn.getHeaderField("Content-disposition");

            String fullName = ds.substring(ds.indexOf("filename=\"") + 10, ds.length() - 1);


多截掉了一个字符 导致后缀名丢失一位

评论区

JFinal

2018-01-03 17:25

麻烦给 jfinal weixin 提个 issue到 gitee.com 上

热门反馈

扫码入社