It should be possible to query anonymous users for service discovery

Description

The code that determines if a user can be queried for service discovery currently is:

The intention here is to allow anonymous users to be queried. However, for anonymous users UserManager.getInstance().getUser(name) != null will throw an exception, meaning that the latter is never evaluated.

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created April 10, 2020 at 1:33 PM
Updated April 10, 2020 at 3:12 PM
Resolved April 10, 2020 at 3:12 PM