fix get null bug

This commit is contained in:
Looly
2021-09-27 11:56:33 +08:00
parent 6db6d70293
commit 1ab9b6b3e9
4 changed files with 19 additions and 30 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.14 (2021-09-25)
# 5.7.14 (2021-09-27)
### 🐣新特性
* 【extra 】 修复HttpCookie设置cookies的方法不符合RFC6265规范问题issue#I4B70D@Gitee
@@ -16,6 +16,7 @@
### 🐞Bug修复
* 【http 】 修复HttpCookie设置cookies的方法不符合RFC6265规范问题pr#418@Gitee
* 【http 】 修复Extractor中filter无效问题
* 【json 】 修复JSONGetter.getJSONArray判断null的问题issue#I4C15H@Gitee
-------------------------------------------------------------------------------------------------------------