Hi everyone,

Thank you all.

On Fri, Sep 19, 2014 at 1:15 PM, Mark Montague <m...@catseye.org> wrote:

>
>
> Include the URL you want the user to be redirected to after logout as the
> query string of the logout URL, for example:
>
> https://weblogin.umich.edu/logout?http://www.lsa.umich.edu/
>


I had tried that first and it is not working for me.  That's when I wanted
to check with you.  I am left at the Weblogin login page.  I bet it is the
way I construct the String in the JSP.  Looking at the HTTP traffic, I
notice that the redirect URI is not being sent to Weblogin.

So I had:

------

 String site = new String("
https://weblogin.umich.edu/cgi-bin/logout?https://editqa.lsa.umich.edu";);
   response.setStatus(response.SC_MOVED_TEMPORARILY);
   response.setHeader("Location", site);

-----

I wonder if I need to escape that ":" character.  I couldn't tell if ":" is
reserved in JSP.


Thanks,

                  -Shanti
------------------------------------------------------------------------------
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Cosign-discuss mailing list
Cosign-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cosign-discuss

Reply via email to