-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
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
获取临时素材文件名有问题 #3348
Milestone
Comments
欢迎直接提交PR修复代码,如果你知道如何修复的话 |
可以参考hutool dev分支的代码,我之前提交过issue作者有修复这个问题还没有发版,在hutool-http->HttpResponse->getFileNameFromDispositions这个方法获取请求头中的文件名,我这边暂时没有时间处理这个问题。另外如果我想要单独处理下载获取文件名的逻辑该怎么操作 |
已修复 |
Molzx
added a commit
to Molzx/WxJava
that referenced
this issue
Sep 4, 2024
…develop * 'develop' of github.com:Wechat-Group/WxJava: 🆕 binarywang#3217 增加 solon-plugins 适配 🔖 发布 4.6.4.B 测试版本 🆕 【微信支付】新增 平台收付通(补差)的3个接口方法 🆕【微信支付】增加商家转账到零钱结果回调的解析方法 🐛【微信支付】修复商家转账到零钱-查询批次单needQueryDetail为false时非必传参数为null的问题 🎨 binarywang#3345 【小程序】获取手机号 getPhoneNoInfo方法兼容旧版本 🐛 binarywang#3348 【公共问题】修复无法获取正确文件名的问题 🎨 优化代码,规范注释 🐛 binarywang#3223 【小程序】修复微信虚拟支付签名校验失败的问题
Molzx
added a commit
to Molzx/WxJava
that referenced
this issue
Sep 4, 2024
* source-develop: 🆕 binarywang#3217 增加 solon-plugins 适配 🔖 发布 4.6.4.B 测试版本 🆕 【微信支付】新增 平台收付通(补差)的3个接口方法 🆕【微信支付】增加商家转账到零钱结果回调的解析方法 🐛【微信支付】修复商家转账到零钱-查询批次单needQueryDetail为false时非必传参数为null的问题 🎨 binarywang#3345 【小程序】获取手机号 getPhoneNoInfo方法兼容旧版本 🐛 binarywang#3348 【公共问题】修复无法获取正确文件名的问题 🎨 优化代码,规范注释 🐛 binarywang#3223 【小程序】修复微信虚拟支付签名校验失败的问题 🎨 完善部分代码注释,修复 yaml 未自动提示 hosts 配置问题 🆕 binarywang#3347 【开放平台】新增小程序备案相关接口 🎨 binarywang#3343 【小程序】媒资管理新增字段status以支持审核状态展示 🎨 binarywang#3333 【企业微信】设置应用在用户工作台展示的webview型数据时,支持enable_webview_click参数设置 🆕 binarywang#3340【微信支付】增加直连商户付款码支付和撤销支付订单的V3版接口实现 🆕 binarywang#3339 【企业微信】增加上传临时素材的重载方法 🎨 binarywang#3337 【视频号小店】 订单详情字段补充、售后新特性补充 🎨 Bump org.bouncycastle:bcpkix-jdk18on & bcprov-jdk18on from 1.78 to 1.78.1 🔖 发布 4.6.3.B 测试版本
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,尤其是常见问题部分。完成内容后,请务必移除包括本句在内的无用内容,以免影响阅读,否则直接关闭,谢谢合作~
另外如果确认属于bug,而且已明确如何修复,请参考贡献指南直接提交PR,省的浪费时间在这里描述问题,非常感谢配合
简要描述
请简单概括描述下你所遇到的问题。
模块版本情况
详细描述
HttpResponseProxy的extractFileNameFromContentString方法,获取文件名有问题,attachment; filename*=utf-8''%E6%B5%8B%E8%AF%95.xlsx; filename="æµ�è¯�.xlsx",依据FRC 5987规范此处应该优先获取filename*,实际获取的是filename的内容,在最新4.6.3.B版本也有此问题。
The text was updated successfully, but these errors were encountered: