
shiro
Mint6
这个作者很懒,什么都没留下…
展开
-
shiro跨域CORS问题处理
前言跨域问题的基本处理查看上一篇文章:https://blog.youkuaiyun.com/Mint6/article/details/104468530,这个可以解决大部分问题。如果是使用的shiro以上步骤都试过了,还有如下问题,请看本文章的解决办法。问题把主要提示拷贝出来A cookie associated with a cross-site resource at htt...原创 2020-03-02 00:03:02 · 3950 阅读 · 3 评论 -
Shiro错误之No SecurityManager accessible to the calling code, either bound to the org.apache.shiro.util
提示:No SecurityManager accessible to the calling code, either bound to the org.apache.shiro.util.ThreadContext or as a vm static singleton.具体错误信息如下:18:35:03.909 ERROR org.apache.juli.logging.Di...原创 2020-02-16 21:56:54 · 24325 阅读 · 13 评论 -
shiro的SecurityUtils.getSubject().getPrincipal()获取当前登录用户信息为null
使用shiro的SecurityUtils.getSubject().getPrincipal()获取当前登录用户信息遇到的问题总结一下1.获取不到返回null(1)设置配置AuthorizationAttributeSourceAdvisor在整个类的最前面,至少在shiroFilterFactoryBean的前面 /** * 开启Shiro的注解(如@Requir...原创 2020-02-10 00:37:18 · 18362 阅读 · 1 评论