HttpUtil.decodeParams增加isFormUrlEncoded重载

This commit is contained in:
Looly
2023-01-17 11:13:46 +08:00
parent e20c0c3fcc
commit e37292dec0
2 changed files with 4 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.12.M1 (2023-01-16)
# 5.8.12.M1 (2023-01-17)
### 🐣新特性
* 【core 】 XmlUtil.readObjectFromXml增加注入漏洞的警告注释并标识为废弃issue#2857@Github
@@ -11,6 +11,7 @@
* 【core 】 重构根据file magic number判断文件类型pr#2834@Github
* 【core 】 增加WGS84 坐标与墨卡托投影互转pr#2811@Github
* 【extra 】 ServletUtil遵循rfc 3986优化issue#I6ALAO@Gitee
* 【http 】 HttpUtil.decodeParams增加isFormUrlEncoded重载pr#918@Gitee
### 🐞Bug修复
* 【core 】 修复HexUtil.isHexNumber()对"-"的判断问题issue#2857@Github