fix url path bug

This commit is contained in:
Looly
2021-03-28 14:21:36 +08:00
parent 68d5cf35d4
commit e8d15ec29c
4 changed files with 17 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
### Bug修复
* 【core 】 修复FileTypeUtil中OFD格式判断问题pr#1489@Github
* 【core 】 修复CamelCaseLinkedMap和CaseInsensitiveLinkedMap的Linked失效问题pr#1490@Github
* 【core 】 修复UrlPath中=被转义的问题
-------------------------------------------------------------------------------------------------------------