优化HttpUtil.isHttp判断,避免NPE

This commit is contained in:
Looly
2022-07-16 08:47:01 +08:00
parent e1ba2e79e7
commit 3bd48d4a16
3 changed files with 45 additions and 28 deletions

View File

@@ -15,6 +15,7 @@
* 【core 】 CollStreamUtil为空返回空的集合变为可编辑pr#681@Gitee
* 【core 】 增加StrUtil.containsAllpr#2437@Github
* 【core 】 ForestMap添加getNodeValue方法pr#699@Gitee
* 【http 】 优化HttpUtil.isHttp判断避免NPEpr#697@Gitee
*
### 🐞Bug修复
* 【core 】 修复CollUtil里面关于可变参数传null造成的crash问题pr#2428@Github