Thanks Dmitriy, I assume that AuthenticationViaFormAction somehow invokes the CookieRetrievingCookieGenerator to produce the CASTGC cookie and hand it back to the browser? If so, can you point me in the general vicinity of where this communication is happening? Thanks again!
From: Dmitriy Kopylenko [mailto:[email protected]] Sent: Tuesday, June 03, 2014 9:13 AM To: [email protected] Subject: Re: [cas-user] What controller handles login post? It's this SWF action state implementation that handles the job: https://github.com/Jasig/cas/blob/v3.5.2.1/cas-server-core/src/main/java/org/jasig/cas/web/flow/AuthenticationViaFormAction.java Note that the above is for the 3.5.2.1 version. Here's the version of the same class in the master: https://github.com/Jasig/cas/blob/master/cas-server-core/src/main/java/org/jasig/cas/web/flow/AuthenticationViaFormAction.java Best, Dmitriy. On Jun 3, 2014, at 9:06 AM, Zac Harvey <[email protected]<mailto:[email protected]>> wrote: When someone logs into CAS (from the casLoginView.jsp page), what controller actually handles the HTTP POST? I see an org.jasig.cas.web.ServiceValidateController, but believe this is for the subsequent /validateService call. I'm looking for what controller actually handles the initial POST (authentication attempt). Ideas? Thanks in advance! -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- 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
