Re: [cas-dev] CentralAuthenticationService#validateServiceTicket NPE

2012-09-03 Thread Scott Battaglia
On Mon, Aug 20, 2012 at 5:12 PM, Nathan Wilken wrote: > Observations: > 1) I've noticed that JpaTicketRegistry#deleteTicket(String ticketId) > deletes child service tickets when ticketId corresponds to a TGT, but that > the same method in BerkeleyDbTicketRegistry, JBossCacheTicketRegistry, and >

[cas-dev] CentralAuthenticationService#validateServiceTicket NPE

2012-08-20 Thread Nathan Wilken
Observations: 1) I've noticed that JpaTicketRegistry#deleteTicket(String ticketId) deletes child service tickets when ticketId corresponds to a TGT, but that the same method in BerkeleyDbTicketRegistry, JBossCacheTicketRegistry, and MemCacheTicketRegistry do not. 2) JBossCacheTicketRegistry#nee