UrlBuilder的toURI方法将url重复编码

This commit is contained in:
Looly
2022-08-09 21:14:49 +08:00
parent c4a33819b3
commit 0fdec254ed
4 changed files with 25 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
* 【http 】 修复https下可能的Patch、Get请求失效问题issue#I3Z3DH@Gitee
* 【core 】 修复RandomUtil#randomString 入参length为负数时报错问题issue#2515@Github
* 【core 】 修复SecureUtil传入null的key抛出异常问题pr#2521@Github
* 【core 】 修复UrlBuilder的toURI方法将url重复编码issue#2503@Github
-------------------------------------------------------------------------------------------------------------