java.net.URL performs DNS lookups whenever its equals/hashCode is
used. Thus attribute values of type java.net.URL need to be converted
to something else before they are used for equals/hashCode.
Closes gh-10673
pull/11184/head
Jyri-Matti Lähteenmäki4 years agocommitted byJoe Grandja
@ -85,13 +87,37 @@ public class OAuth2UserAuthority implements GrantedAuthority {
@@ -85,13 +87,37 @@ public class OAuth2UserAuthority implements GrantedAuthority {
@ -100,4 +126,12 @@ public class OAuth2UserAuthority implements GrantedAuthority {
@@ -100,4 +126,12 @@ public class OAuth2UserAuthority implements GrantedAuthority {