Hi,

I'd like to set the service parameter before the authentication request reaches 
cas.  Is this is simple as doing:

request.setParameter("service", 
"http://theDefaultServiceHost/theDefaultService";);

The reason I'm suspicious is because I tried just getting the service parameter 
from an authentication request via a filter like this:

System.out.println("Service Parameter: " + 
servletRequest.getAttribute("service"));

And it just prints null...

Thoughts?

Thanks,
- Ole



_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to