Skip to content

Fix the problem jsonToCacheWrapper crashes when cache value is not JSON format

Ryan Wang请求将github/fork/guqing/bugfix/1683合并到master

Created by: guqing

What this PR does?

jsonToCacheWrapper(String json)方法捕获的异常放宽为Exception,也就是一旦转换出错就不放入缓存,否则出现未处理异常时会导致功能无法使用

Why we need it?

Fix #1681 (closed), #1683 但没有完全解决 #1683 问题,所以不应该关联关闭它

合并请求报告