You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cases where the server url is http://signmeon.me/ the cas url is returned as http://signmeon.me//cas/ with a double forward slash. This can be avoided using proper URL join functions.
In cases where the server url is
http://signmeon.me/the cas url is returned ashttp://signmeon.me//cas/with a double forward slash. This can be avoided using proper URL join functions.