human-user
human-user
> 有的 https://mp.weixin.qq.com/s/TbTr44Hc9gkJB40L9eHHYQ 似乎这里指的是加密filter的匹配模式不支持/encryptEntity/{parm}这种路径变量,例如post:/encryptEntity/abc,contains()方法无法匹配到list中对应的post:/encryptEntity/{parm},会返回false ``` private boolean contains(List list, String uri, String methodType) { if (list.contains(uri)) { return true; } String prefixUri = methodType.toLowerCase() + ":" + uri; logger.debug("contains uri:...
@yinjihuan 使用Spring Boot自带的`AntPathMatcher`能很好处理
It seems that the pull request has been open for a long time. The bug https://github.com/mybatis/mybatis-3/issues/2080 still existed.
后端用的国密工具是gmhelper,还是自己封装的bouncycastle?如果是前者,那么可能是cipherMode没有选对,或者密文不是以0x04字节开头