修复getMultistageReverseProxyIp未去除空格问题

This commit is contained in:
Looly
2022-12-05 23:42:00 +08:00
parent d8283fedb0
commit 0d495e34b3
3 changed files with 12 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.11.M1 (2022-11-29)
# 5.8.11.M1 (2022-12-05)
### 🐣新特性
* 【core 】 CharUtil.isBlankChar增加\u180epr#2738@Github
@@ -18,6 +18,7 @@
* 【core 】 修复HexUtil.isHexNumber()判断逻辑超出long的精度问题issue#I62H7K@Gitee
* 【core 】 修复BiMap中未重写computeIfAbsent和putIfAbsent导致双向查找出问题issue#I62X8O@Gitee
* 【json 】 修复JSON解析栈溢出部分问题issue#2746@Github
* 【json 】 修复getMultistageReverseProxyIp未去除空格问题issue#I64P9J@Gitee
-------------------------------------------------------------------------------------------------------------