Hi everyone, I'm migrating from CAS 4 to CAS 5.0.0 RC3. The problem is when I access CAS without a service, I get the following Error:
"org.springframework.webflow.execution.FlowExecutionException: Exception thrown in state 'viewLoginForm' of flow 'login'"
In the old version, I have something like:
<end-state id="viewGenericLoginSuccess" view="externalRedirect:#{flowScope.urlRedirectToMyService}"/>
Now, the login webflow has changed and I can't find the way of doing the same thing, which is redirect to a particular service when no service is defined. Reading in the webflow documentation I found the following:
"In the event that no service is submitted to CAS, you may specify a default service url to which CAS will redirect. Note that this default service, much like all other services, MUST be authorized and registered with CAS."
But I can't make it work, I just put the following line in the cas.properties:
Thanks!