It sounds like the default login-weblow.xml is being used for some reason,
make sure it has the following sections:

<action-state id="submit">
        <action bean="authenticationViaFormAction" method="submit" />
        <transition on="warn" to="warn" />
        <transition on="showExpiredPassView" to="showExpiredPassView" />
        <transition on="showAccountLockedView" to="showAccountLockedView" />
        <transition on="showAccountDisabledView"
to="showAccountDisabledView" />
        <transition on="success" to="sendTicketGrantingTicket" />
        <transition on="error" to="viewLoginForm" />
    </action-state>

    <!-- this checks the status of a password -->
    <action-state id="PasswordWarningCheck">
        <action bean="PasswordWarningCheckAction" />
        <transition on="showWarning" to="showWarnPassView" />
        <transition on="success" to="redirect" />
        <transition on="error" to="viewLoginForm" />
    </action-state>

On Thu, May 7, 2009 at 3:17 AM, Marco Panella <[email protected]>wrote:

>
> I did not make any change to login-webflow.xml from the svn version.
> Did I have to?
>
> best regards
> Marco Panella
>
> --
>  Universita' degli Studi di Parma (http://www.unipr.it)
>
>




  Eric Pierce, RHCE -- University of South Florida -- (813) 974-8868 --
[email protected]

-- 
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

Reply via email to