UWUserDetailsImpl#equals and #hashCode do not include the GrantedAuthority array
The local overrides for these methods only call the super class (which only looks at the username field), and the local fields.
Affects all releases up to and including all of the 1.x series.