fix plus encode bug

This commit is contained in:
Looly
2021-04-08 18:12:10 +08:00
parent 6b0b729c68
commit 1edbc0de80
11 changed files with 151 additions and 18 deletions

View File

@@ -22,6 +22,7 @@
* 【core 】 修复Validator.isUrl()传空返回trueissue#I3ETTY@Gitee
* 【db 】 修复数据库driver根据url的判断识别错误问题issue#I3EWBI@Gitee
* 【json 】 修复JSONStrFormatter换行多余空行问题issue#I3FA8B@Gitee
* 【core 】 修复UrlPath中的+被转义为空格%20的问题issue#1501@Github
-------------------------------------------------------------------------------------------------------------