Type |
Bug
|
Priority |
Minor
|
Assignee | |
RedmineID |
3491
|
Version |
tigase-server-8.0.0
|
Spent time |
6h
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Minor
|
Assignee | |
RedmineID |
3491
|
Version |
tigase-server-8.0.0
|
Spent time |
6h
|
today I send a delete user request by rest api to tigase server some times(>3).
the first time return "the user have deleted successfully".but the other times also return the same message.
so I check the JDBCRepository.java and know have a user cache to manage users.
I traced the codes find the first time request return "deleted successfully" but the user cache not remove the user immediately.
pls verify this problem.
the tigase version: 7.0.2 release