Hi, I just opened CAS-1389. Will submit a pull request... Best regards, Jérôme
2013/11/21 Dmitriy Kopylenko <[email protected]> > Sounds like a bug to me. > > D. > > On Nov 21, 2013, at 11:27 AM, Rafael Pineros <[email protected]> > wrote: > > Hello all, > > > There seems to be an issue when performing a logout from CAS Server 4.0RC2 > when using a JPA Ticket Registry. > > In the CentralAuthenticationServiceImpl we have: > > > 226 logger.debug("Ticket found. Deleting and then performing back > channel logout."); > 227 this.ticketRegistry.deleteTicket(ticketGrantingTicketId); > 228 > 229 return logoutManager.performLogout(ticket); > > Which apparently removes the ticket from the DB and then, when calling > performLogout it attempts to use merge in order to update the Expired field > of this already deleted object, leading to an exception whenever I try to > do an actual logout in my local CAS instance, > > > -- > Rafael Pineros, BSc > Application Developer > > FORCORP > #101, 11710 Kingsway NW > Edmonton , AB, T5G 0X5 > www.forcorp.com > > (o) 780-452-5878 ext 226 > > -- > 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 > > -- 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
