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]> 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] as: > [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
