通过添加系统属性hutool.crypto.decodeHex强制关闭hex识别以解决hex和Base64歧义问题

This commit is contained in:
Looly
2024-02-10 08:37:13 +08:00
parent 44580782f1
commit 163f1efd43
2 changed files with 9 additions and 5 deletions

View File

@@ -16,6 +16,7 @@
* 【http 】 修复HtmlUtil.removeHtmlAttr处理空格问题issue#I8YV0K@Gitee
* 【core 】 修复CollUtil.containsAll在coll2长度大于coll1时逻辑歧义问题issue#I8Z2Q4@Gitee
* 【poi 】 修复当sheetName 不存在时ExcelUtil.getReader方法不会释放文件问题issue#I8ZIQC@Gitee
* 【crypto】 通过添加系统属性hutool.crypto.decodeHex强制关闭hex识别以解决hex和Base64歧义问题issue#I90M9D@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.25(2024-01-11)