Re: [cas-user] Java 8?

2014-05-14 Thread Jérôme LELEU
Hi, Building CAS with Java 8 and Maven 3, I encountered the same problem. I didn't find any easy fix. I will investigate later on that. Best regards, Jérôme 2014-05-13 17:14 GMT+02:00 Tom Poage tfpo...@ucdavis.edu: On May 12, 2014, at 7:59 PM, Scott Battaglia scott.battag...@gmail.com

RE: [cas-user] Java 8?

2014-05-14 Thread Misagh Moayyed
This might be relevant: https://issues.apache.org/jira/browse/BCEL-173 We do have a pull that updates the aspect plugin to the latest. Hopefully, that will fix this issue as well. From: J??r??me LELEU [mailto:lel...@gmail.com] Sent: Wednesday, May 14, 2014 12:01 AM To:

[cas-user] Minimal code for custom casLoginView.jsp form?

2014-05-14 Thread Zac
I just tried to implement my own casLoginView.jsp form and have CAS displaying it beautifully when the user goes to log in to the system. The problem is that when you click the login button, the screen just refreshes and gives no indication as to whether they successfully logged in or not. So

RE: [cas-user] Minimal code for custom casLoginView.jsp form?

2014-05-14 Thread Carlos Fernandez
Zac, Based on the default casLoginView in 3.5.2, the form will send 'username', 'password', 'warn', 'lt' (login ticket), 'execution', and '_eventId'. The behavior that you see usually happens when the login ticket in the POST request is invalid or missing. This is what the form looks like