修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题

This commit is contained in:
Looly
2024-04-08 17:31:25 +08:00
parent 983eccf3e6
commit 9a6ac21798
3 changed files with 37 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.28(2024-04-07)
# 5.8.28(2024-04-08)
### 🐣新特性
* 【core 】 修正XmlUtil的omitXmlDeclaration描述注释issue#I9CPC7@Gitee
@@ -10,6 +10,7 @@
* 【extra 】 设置jsch登录认证方式跳过Kerberos身份验证pr#3530@Github
### 🐞Bug修复
* 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题issue#3536@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.27(2024-03-29)