1
0
mirror of https://gitee.com/dromara/hutool.git synced 2025-04-05 17:37:59 +08:00

修复SecureUtil类中HMAC算法加密器创建方法传入的key参数为空时抛异常问题

This commit is contained in:
Looly 2022-08-09 20:28:17 +08:00
parent 8100983081
commit c4a33819b3

View File

@ -3,12 +3,13 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.6.M1 (2022-08-06)
# 5.8.6.M1 (2022-08-09)
### 🐣新特性
### 🐞Bug修复
* 【http 】 修复https下可能的Patch、Get请求失效问题issue#I3Z3DH@Gitee
* 【core 】 修复RandomUtil#randomString 入参length为负数时报错问题issue#2515@Github
* 【core 】 修复SecureUtil传入null的key抛出异常问题pr#2521@Github
-------------------------------------------------------------------------------------------------------------