upgrading CAS 3.0.4 to 3.0.5

Velpi velpi at industria.be
Wed Jun 21 04:51:30 EDT 2006


Hi,

I probably missed a note somewhere, but upgraders should be informed that they 
should change their theme files when upgrading from CAS 3.0.4 to CAS 3.0.5: 
(caused by the new Spring version)

in casLoginView.jsp:
${flowExecutionId} [3.0.4]
has changed to
${flowExecutionKey} [3.0.5]

If you don't change that you'll get a CAS error page and see this in the logs 
from the springframework:

org.springframework.webflow.executor.support.FlowExecutorArgumentExtractionException: 
Unable to extract the flowExecutionKey argument: make sure the client provides 
the 'lt' parameter as input; ...


That's the only catch for upgrading I noticed until now, everything else is 
great as always...

-- Velpi


More information about the cas mailing list