On Thu, Dec 24, 2009 at 2:11 PM, Richard Suematsu <[email protected]>wrote:
> Hi, > > I'm new to CAS, Spring Security, and Spring itself so this might be a > stupid question, but... > > I have a service URL that points to https://myserver/myapp/MyAppServletwhich > is fine in most instances, but in one case I need to pass in some > parameters in the url. > The CAS Client adds parameters by default if you don't provide a service url (but provide a server name). Spring Security always sends a configured endpoint. > > When I try to hit https://myserver/myapp/MyAppServlet?param=yes, I just > get redirected to https://myserver/myapp/MyAppServlet. Is there a way to > pass parameters through. > CAS will redirect via whatever is sent to it. This means that your client isn't sending the parameters. > > Second question: I'm posting this on the lists.wisc.edu web site, but > could I have sent this through [email protected]. The subscribe > message does not say what address to use. Looking at the old archive, it > says to post to a jasig.org list, but I can't find that anywhere on the > CAS website. > You should send it to [email protected] Cheers, Scott > Thanks. > -- > 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
