Hi,

You see this message when a CAS logout is performed and when the logout
requests fails to be sent properly to the service [1].
So, in your case, it means that the user has accessed the url :
https://canvas.highline.edu/login/cas and a logout has then been processed.
Best regards,
Jérôme

[1] :
https://github.com/Jasig/cas/blob/3.5.x/cas-server-core/src/main/java/org/jasig/cas/util/HttpClient.java#L257


2014/1/7 Kromarek, Mike <[email protected]>

>  Hello,
>
>  I have this very awkward error message in my catalina.out log showing up
> and I’m not sure what to make of it
>
>  —
>
>   2014-01-07 13:55:08,091 WARN [org.jasig.cas.util.HttpClient] - <Error
> Sending message to url endpoint [https://canvas.highline.edu/login/cas].
> Error is [https://canvas.highline.edu/login/cas]>
>
>  —
>
>  I’m not sure if this is an issue with the regex I’m using for my
> registered service.
> The regex is
> <property name="serviceId"
> value="^(https?|imaps?)://([A-Za-z0-9_-]+\.)*((highline\.edu)|(instructure\.com))(:(\d){1,5})?/.*"
> />
>
>  Which should be fine for the url of https://canvas.highline.edu/login/cas
>
>  The other question I have, is that we are seeing an issue where people
> login, and then they are instantly redirected to the logout page by Canvas.
>  I’m wondering if this messaging error is causing Canvas to think that the
> user’s authentication has expired since their last use and is logging them
> out as a result.
>
>  —Mike K.
>
> --
> You are currently subscribed to [email protected] as: [email protected]
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user
>
>

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to