I've got an installation of CAS, and I'm trying to move about in the existing workflow using a URL. This is my URL:
My problem is that ${flowExecutionUrl} has a parameter in it, ?TARGET=http%3A%2F%2Ftest.server.com%3A8080%2Ftest%2F
This is causing the URL to render in the browser as:
https://inspiron-d06d.enthia.com:8443/authentication/login?TARGET=%5BLjava.lang.String%3B%4019654104&_eventId=forgotPassword
This is problematic because CAS needs that TARGET value, and is crapping out with what it's getting. How do I fix this so I can invoke the right event in the webflow?
Thanks,
Eric Stein