修复SimpleServer在添加的HttpFilter中有获取请求参数时报错问题

This commit is contained in:
Looly
2023-10-25 00:21:35 +08:00
parent aedda45c5f
commit 7d80f1aa14
5 changed files with 198 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.23(2023-10-18)
# 5.8.23(2023-10-25)
### 🐣新特性
* 【json 】 改进TemporalAccessorSerializer支持dayOfMonth和month枚举名issue#I82AM8@Gitee
@@ -18,6 +18,7 @@
* 【core 】 修复aop的afterException无法生效问题issue#3329@Github
* 【core 】 修复TypeUtil.getClass方法强转报错问题pr#1092@Github
* 【core 】 修复DataSize.parse(size)不支持空格问题issue#I88Z4Z@Gitee
* 【http 】 修复SimpleServer在添加的HttpFilter中有获取请求参数时报错问题issue#3343@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.22(2023-09-13)