#884·mall

动态鉴权管理器路径匹配优化

作者: taofangf创建于 2024年12月13日更新于 2024年12月13日

后台资源配置通常不包含`server.servlet.context-path`,如果配置了该值,将导致无法通过当前路径查询到所需的权限。建议在`com.macro.mall.security.component.DynamicAuthorizationManager`获取路径时移除`context-path`。

内容来源: macrozheng/mall