Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
examsAndAdmissions
Commits
3902cdd8
Commit
3902cdd8
authored
1 year ago
by
shishir suman
Browse files
Options
Download
Patches
Plain Diff
fix for concurrent modification exception
parent
4d281eb7
github/fork/ruksana2808/filter_bug_examCycle
bug_fix_question_paper_upload
development
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/upsmf/examsAndAdmissions/util/AccessTokenValidator.java
+2
-0
...o/upsmf/examsAndAdmissions/util/AccessTokenValidator.java
with
2 additions
and
0 deletions
+2
-0
src/main/java/com/tarento/upsmf/examsAndAdmissions/util/AccessTokenValidator.java
+
2
−
0
View file @
3902cdd8
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets