If you have a custom cas-servlet.xml, you should compare it to the original included with our code. While you may have only made one change, we may have made changes that you don't have :-)
On Wed, Dec 12, 2012 at 11:20 AM, Aubin Rukera <[email protected]>wrote: > Hi CAS experts, > > I a development environment, after upgrading from CAS 3.5.0 to 3.5.1 to > fix a bug when submitting an empty login form, I am facing an > authentication issue. This happens when: > > 1. I am logged in (Deploy 2 CASsified webapps & authenticate) > 2. I restart the server (Re-deploy without logout) > 3. I re-authenticate (with same or different username/credentials) > > ==> Login form keeps prompting and I have to close the browser or logout > before I restart my tomcat, otherwise authentication fails. > > ==> I have tried successfully this scenario with Firefox 17.0.1 and Google > Chrome 23.0.1271.64 > > Stacktrace : > ============ > 2012-12-12 08:57:53,894 INFO > [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - <Audit > trail record BEGIN > ============================================================= > WHO: audit:unknown > WHAT: https://localhost:8443/test.jsf > ACTION: SERVICE_TICKET_NOT_CREATED > APPLICATION: CAS > WHEN: Wed Dec 12 08:57:53 UTC 2012 > CLIENT IP ADDRESS: 127.0.0.1 > SERVER IP ADDRESS: 127.0.0.1 > ============================================================= > > > DEBUG - 2012-12-12 08:57:54,459 - FilterChainProxy.getFilters(193) | > (...) > > Tools: > ========= > apache-tomcat-7.0.27 > CAS 3.5.1 > > PS: > === > I've never faced this issue while using CAS 3.5.0. I am using Maven > Overlays and I have modified these lines in cas-servlet.xml as follows : > {code}<bean id="logoutController" > class="org.jasig.cas.web.LogoutController" > p:centralAuthenticationService-ref="centralAuthenticationService" > p:logoutView="casLogoutView" > p:warnCookieGenerator-ref="warnCookieGenerator" > > p:ticketGrantingTicketCookieGenerator-ref="ticketGrantingTicketCookieGenerator" > p:servicesManager-ref="servicesManager" > > p:followServiceRedirects="${cas.logout.followServiceRedirects:true}"/>{code} > -- > 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
