wojciech.kapcia@tigase.net opened 4 years ago
|
|
@wojtek This change is OK with me. I think it was done with ad-hoc as REST was designed to be based on ad-hocs. |
|
Thank you, commited. |
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.2.0
|
Issue Votes (0)
Watchers (0)
Currently DELETE method in
UserAdmin
script can't delete user if it belongs to VHost that doesn't exist locally (because created ad-hoc is addressed to sess-man on that VHost, which results in redirection to s2s instead of sess-man).Maybe we could replace it with direct call to the repository?:
(I tested it locally and it works well but I'd prefer that run that by you)