CAS in IdP v3
Cantor, Scott
cantor.2 at osu.edu
Wed Feb 3 14:53:51 EST 2016
On 2/3/16, 2:33 PM, "users on behalf of Brian Biggs" <users-bounces at shibboleth.net on behalf of brian.biggs at sonoma.edu> wrote:
>I was able to change the path in the shib cookie, and that did solve
>part of the problem. But I've also got a JSESSIONID cookie with a path
>of /idp that I can't really mess with, and that seems to be causing
>jetty to insert ";jsessionid=blah" into the URL in between the location
>and the query string.
>
>So "https://ldap-cgi2.dev.sonoma.edu/portal/index.cgi?ST=blah" becomes
>"https://ldap-cgi2.dev.sonoma.edu/portal/index.cgi;jsessionid=blah?ST=blah"
>in the redirect after ticket validation. I have no idea if that is being
>caused by the rewrite or it's just jetty doing it's thing.
I think you have a mistake somwehere, there's no reason the container would know to modify the URL of something not even referencing the container. The URLs to the container might have it inserted if the session cookie isn't set, but not a URL sitting in a parameter.
-- Scott
More information about the users
mailing list