wojciech.kapcia@tigase.net opened 7 years ago
|
|
Afterwards iot1.cloud installation should be updated (#6493) |
|
I've reviewed usages of |
|
|
|
There was an issue in AuditLog which was part of the build installed at This will work just fine, but I wonder if there is no similar issue in clustered versions of If so, then we need to modify clustered versions of |
|
I've updated acs-muc and acs-pubsub and verified that it works. |
Type |
Bug
|
Priority |
Critical
|
Assignee | |
RedmineID |
6744
|
Version |
tigase-server-8.0.0rc1
|
Some rest endpoints doesn't work with MongoDB (for example
tigase-http-api/src/scripts/groovy/tigase/rest/user/UserAdmin.groovy
) as they use call totigase.db.UserRepository#getUserUID
to verify if user exists:and in case of mongo it always returns 0:
I think we should review all code that depends on this method for user checking (not only in http-api)