重构根据file magic number判断文件类型

This commit is contained in:
Looly 2023-01-15 11:27:08 +08:00
parent d5718240cc
commit 9aef56a973
2 changed files with 272 additions and 265 deletions

View File

@ -8,9 +8,11 @@
### 🐣新特性
* 【core 】 XmlUtil.readObjectFromXml增加注入漏洞的警告注释并标识为废弃issue#2857@Github
* 【http 】 HttpGlobalConfig.allowPatch()调用时忽略错误issue#2832@Github
* 【core 】 重构根据file magic number判断文件类型pr#2834@Github
### 🐞Bug修复
* 【core 】 修复HexUtil.isHexNumber()对"-"的判断问题issue#2857@Github
* 【core 】 修复FileTypeUtil判断wav后缀的录音文件类型不能匹配问题pr#2834@Github
-------------------------------------------------------------------------------------------------------------