Fixed
Details
Assignee
Guus der KinderenGuus der KinderenReporter
Guus der KinderenGuus der KinderenComponents
Fix versions
Priority
Minor
Details
Details
Assignee
Guus der Kinderen
Guus der KinderenReporter
Guus der Kinderen
Guus der KinderenComponents
Fix versions
Priority
Created April 10, 2020 at 12:06 PM
Updated April 10, 2020 at 3:11 PM
Resolved April 10, 2020 at 3:11 PM
When users that are logged in anonymously try to use private storage, an internal-server-error is returned:
Anonymous users are not allowed to have PEPServices in Openfire, which is why this won't work.
Instead of the
internal-server-error
, afeature-not-available
should be thrown. The feature should not be advertised through disco#info either, for these users.