[cas-user] Re: > 5.3.4 AUP Webflow seem to break createTicketGrantingTicket

2019-02-05 Thread Curtis Ruck
Martin, I'm just now looking into this, it appears it should address my issue, but I lost my testing environment and I havn't reconstituted it yet. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 -

[cas-user] Re: > 5.3.4 AUP Webflow seem to break createTicketGrantingTicket

2019-01-03 Thread Martin Böhmer
Hi Curtis, With CAS 5.3.7 and 5.3.8-SNAPSHOT I am experiencing IllegalArgumentExecepitons due to a bug I discovered. I was able to fix it and created a pull request: https://github.com/apereo/cas/pull/3726 Does that solve your initial issue as well? Cheers, Martin -- - Website:

[cas-user] Re: > 5.3.4 AUP Webflow seem to break createTicketGrantingTicket

2018-12-09 Thread Curtis Ruck
I was able to recreate it in a clean CAS overlay environment. overlay project -> https://github.com/ruckc/cas-aup-broken logfile from the run -> https://gist.github.com/ruckc/0693dc6d3537b11e2df4cf502c18831c On Sunday, December 9, 2018 at 10:29:48 AM UTC-5, Martin Böhmer wrote: > > I

[cas-user] Re: > 5.3.4 AUP Webflow seem to break createTicketGrantingTicket

2018-12-09 Thread Martin Böhmer
I experienced the exact same issue with my dev environment running on CAS 5.3.5. Unfortunately, I'm far less capable of digging deeper into it than you. I'd recommend to open an issue on Github. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List

[cas-user] Re: > 5.3.4 AUP Webflow seem to break createTicketGrantingTicket

2018-12-03 Thread Curtis Ruck
So, in trying to research this further. I believe the prependActionsToActionStateExecutionList is broken, or at least the logic in webflow doesn't match the intent of this method. AcceptableUsagePolicyWebflowConfigurer.java#L104-L106