Re:[cas-user] Problem with JPA ticket Registry

2015-07-21 Thread 魏军
I'm using a Redis server for TicketRegistry. -- Original -- From: "Damiano Biagioli"; Date: Tue, Jul 21, 2015 06:17 PM To: "cas-user"; Subject: [cas-user] Problem with JPA ticket Registry Hello Everyone, First , i'd like to thank Stephan Arts fo

[cas-user] cas-mfa and ldap attribute release

2015-07-21 Thread Michael O Holstein
Okay gents .. the promised fix for the java cast error was in RC6, pulled the branch and it compiles fine. Now I'm bumping heads with never getting to the spring flow for attribute release, which I suspect is related to this error : 2015-07-21 00:43:34,987 DEBUG [org.springframework.webflow.

[cas-user] Something strange about my logout action.

2015-07-21 Thread Andi Zulfadli
what is the solution about my case. The problem is when i logout with the original link of my CAS Server, (ex : "https://cas.poliupg.ac.id/cas/logout";). it is successfull logout in my cas server . but not in my phpCAS client. I have to access (ex: "http://[phpCAS_URL]/?logout";) for succesful

Re: [cas-user] Invalid property flowExecutionKeyParameter error since v4.0.3

2015-07-21 Thread Jérôme LELEU
Hi, I don't reproduce the error using my own demo: https://github.com/leleuj/cas-overlay-demo on the master for example. And I don't see any change in the source code of the CasDefaultFlowUrlHandler class between v4.0.2 and v4.0.3 for example ( https://github.com/Jasig/cas/blob/v4.0.2/cas-server-

[cas-user] Invalid property flowExecutionKeyParameter error since v4.0.3

2015-07-21 Thread Jerome Nenert
Hi, Since v4.0.3, we get an "Invalid property flowExecutionKeyParameter" error when starting CAS webapp ( complete logs attached ). Default WEB-INF/cas-servlet.xml Also tested in master branch, still gets the same error. No such error in v4.0.2. How to fix this ? Thanks. Jerome NENER

[cas-user] Problem with JPA ticket Registry

2015-07-21 Thread Damiano Biagioli
Hello Everyone, First , i'd like to thank Stephan Arts for his answers to my previous questions . I'm trying to create a clustered CAS deployment; therefore , all the nodes in the CAS cluster need to access the ticket present in the ticketRegistry . In order to achieve that objective , i