I am using SWF using continuations and I have set the property redirectOnPause=true on the flowExecutor bean definition.
When I do this it redirects the url as expected but I lose the .act along with query string properties.
For example, my flow url is as follows:
http://localhost:8075/Web2/sponsor/c...nd.act?pid=153
When the redirection occurs, it is redirecting to
http://localhost:8075/Web2/sponsor/c...0-AA4EAF63B7E2
I am losing the .act portion and the query parameter pid=153.
Note: I am using REST-Style anchors and am running version 1.0 RC3.
Does anyone know why it would do that?


Reply With Quote