Admin Console error when editing group with non-local members

Description

From https://github.com/igniterealtime/Openfire/pull/1708#issue-490258070

There is a usage in the form of webManager.userManager.getUser(member) in the group-edit.jsp file. The member is of type JID, but it is converted to string when called. And it comes to getUser method as "username@example.com". This is "java.lang.IllegalArgumentException: The input 'username@example.com' is not a valid JID node part: Contains prohibited code points." causing error.

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created October 12, 2020 at 8:04 AM
Updated October 12, 2020 at 8:10 AM
Resolved October 12, 2020 at 8:10 AM