By looking at the Spring config files included in the CAS server (ticketGrantingTicketCookieGenerator.xml), it appears that you can update the paths used when creating the cookies.
However, when looking at the code in the InitalFlowSetupAction.doExecute() method, I see that those values are ignored and replaced with the context path. Is this intentional? I have a use case where modifying the paths of the cookies is necessary. Matt -- View this message in context: http://www.nabble.com/Cookie-paths-from-XML-are-ignored-tp23530601p23530601.html Sent from the CAS Users mailing list archive at Nabble.com. -- 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
