Commit 3902cdd8 authored by shishir suman's avatar shishir suman
Browse files

fix for concurrent modification exception

Showing with 2 additions and 0 deletions
+2 -0
......@@ -52,6 +52,8 @@ public class AccessTokenValidator {
@Autowired
private RedisUtil redisUtil;
private List<String> userRoleList = Arrays.asList(userRoles.split(","));
public String verifyUserToken(String token, boolean checkActive, String uri) {
String userId = Constants.Parameters.UNAUTHORIZED;
try {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment