Updating the service parameter
Ole Ersoy
ole.ersoy at gmail.com
Fri Feb 1 15:03:13 EST 2008
OK - I think I got it. Just finishing up the post in case it helps someone else. When I looked for the service on the ServletRequest like this:
req.getParameter("service");
It returns null as the value of "service". However if I cast the request to an HttpServletRequest, then I get the correct value is return.
Cheers,
-Ole
Scott Battaglia wrote:
> Are you looking to set the service parameter on the client or on the server?
>
> -Scott
>
> On Jan 31, 2008 5:57 PM, Ole Ersoy <ole.ersoy at gmail.com
> <mailto:ole.ersoy at gmail.com>> wrote:
>
> 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
> cas at tp.its.yale.edu <mailto:cas at tp.its.yale.edu>
> http://tp.its.yale.edu/mailman/listinfo/cas
>
>
>
>
> --
> -Scott Battaglia
>
> LinkedIn: http://www.linkedin.com/in/scottbattaglia
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Yale CAS mailing list
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
More information about the cas
mailing list