Fixed
Details
Assignee
Guus der KinderenGuus der KinderenReporter
Guus der KinderenGuus der KinderenFix versions
Priority
Minor
Details
Details
Assignee
Guus der Kinderen
Guus der KinderenReporter
Guus der Kinderen
Guus der KinderenFix versions
Priority
Created June 15, 2017 at 2:46 PM
Updated June 15, 2017 at 3:12 PM
Resolved June 15, 2017 at 3:12 PM
`org.jivesoftware.openfire.user.AuthorizationBasedUserProviderMapper` and its `Auth` counterpart return a Set of providers, which needs to have a predictable iteration order. To do that, a SortedSet is used. As the providers do not implement Comparable, this causes exceptions.