I'm having some trouble with the .NET 1.0 client using MVC 2 and Mono 2.10.1.
I have the code available here: it's practically a blank MVC 2 app, so it should be easy to decode: https://github.com/cthielen/Portal (Don't be confused that it's called Portal, it is unrelated to the CAS Portal) My university's CAS settings are listed here: https://cas.ucdavis.edu/ . When I access the Index page, which has an [Authorize] token, I receive this error: Server Error in '/' Application '/https:/cas.ucdavis.edu/cas/login' is not a valid virtual path. It looks like that path is being mangled by the MVC routing engine, which seems to imply to me that perhaps the httpModule isn't being hooked in correctly, as the CAS stuff should be before the routing engine in the pipeline ... I think. Any ideas? Christopher Thielen [email protected] -- 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
