SEC-1410: Makes sure usernames which are OpenID https identities are detected as well as http ones.
Using ":" as the token delimiter means we accidentally mistake the URL for two tokens. This had previously been fixed for http URLs but not https ones.
@ -168,10 +168,10 @@ public abstract class AbstractRememberMeServices implements RememberMeServices,
@@ -168,10 +168,10 @@ public abstract class AbstractRememberMeServices implements RememberMeServices,