4950515253545556
Matcher m = p.matcher(hostname); if (m.matches()) { return; } } throw new DistrustedProviderException(hostname, "Distrusted OpenID Provider: \"" + anUrl + "\""); }