alexxiyang / shiro-redis

shiro only provide the support of ehcache and concurrentHashMap. Here is an implement of redis cache can be used by shiro. Hope it will help you!
MIT License
1.17k stars 446 forks source link

redis中没有获取到value时候跳转到登录界面 #135

Open waterWang opened 4 years ago

waterWang commented 4 years ago
  1. sso-server登录,然后sso-client 中可以获取到用户信息;
  2. 如果任何一个客户端没登录(或者手动将redis中key删除),rest里面get用户信息时候直接报错404,因为在redis中没有找到key。但是期望结果是自定义返回对象内容,即在哪里可以拦截到shiro-redis的返回,然后封装?
alexxiyang commented 4 years ago

能具体的用例子来解释这个用例吗