I tried http?://portal.mydomain.com/** to match http and https but that doesn't seem to work.
That would work for only https by my understanding since the ? character is a placeholder for a single character that presumably must be present. Thus it would match httpA, httpB, https, but not http.
Strangely http://login.mydomain.com is matched correctly ( I can login to the services) but http://portal.mydomain.com is NOT matched (service Not allowed) but https://portal.mydomain.com IS matched.
I can't explain that based on the services you mentioned. I quickly reviewed CAS source and the underlying AntPathMatcher Spring class to see whether there were useful loggers that might help provide some debugging information, but unfortunately there are not. Best I can recommend is trial and error. I can say what you are attempting to do is supported because we do it here at Virginia Tech.
M -- 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
