|
@@ -179,7 +179,7 @@ public class AuthenticationInterceptor implements HandlerInterceptor
|
|
|
if (StringUtils.isNotEmpty(ticket))
|
|
|
{
|
|
|
log.debug("{} : ticket is found in url ", request.getServletPath());
|
|
|
- Object redisMap = (Map<String, Object>) redisUtils.get(ticket);
|
|
|
+ Object redisMap = (Map<String, Object>) redisUtils.getSpac(ticket);
|
|
|
if (null == redisMap)
|
|
|
{
|
|
|
log.debug("{} : ticket is not found in redis", ticket);
|