I've noticed that when using a query string on the loginUrl field of CASFilter, it doesn't concatenates very well with the "service" parameter.
We use the loginUrl like this: https://cas-server.com?domain=customer When redirected to the login screen it becomes https://cas-server.com?domain=customer?service=site.com and not https://cas-server.com?domain=customer&service=site.com as it should be. I made a small change on the java client CASFilter to fix this problem on my system and i suppose this is a bug. What do you guys think? It is a bug on the client or the system should not handle a query string on the cas server url? -- 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
