修复UrlBuilder中参数中包括"://"判断错误问题

This commit is contained in:
Looly
2022-12-27 19:41:52 +08:00
parent 7ee9b163c4
commit b78657f67f
4 changed files with 8 additions and 5 deletions

View File

@@ -22,7 +22,8 @@
* 【db 】 修复NamedSql中in没有判断大小写问题issue#2792@Github
* 【core 】 修复ZIP bomb漏洞issue#2797@Github
* 【core 】 修复JSONXMLSerializer将Json转为XML时遇到嵌套需要递归情况时会丢失contentKeys问题pr#903@Gitee
*core 】 修复通过jdbcurl创建SimpleDataSource报NullPointExceptionpr#900@Gitee
*db 】 修复使用mariadb通过jdbcurl创建SimpleDataSource报NullPointExceptionpr#900@Gitee
* 【core 】 修复UrlBuilder中参数中包括"://"判断错误问题pr#898@Gitee
-------------------------------------------------------------------------------------------------------------