Spring Operator
Spring Operator
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented It's easy to have a lost in translation moment without concrete details. The execution key does change on each step. If it starts a new flow execution...
**[Doug Breaux](https://jira.spring.io/secure/ViewProfile.jspa?name=breaux)** commented Let me try to make it more concrete. I have /app/flowX that an attacker wants to exploit through CSRF. Victim has accessed /app/flowX and is currently in...
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented If you know of an execution key that maps to a snapshot stored in the flow execution repository for the current flow execution, in the same Servlet...
**[Doug Breaux](https://jira.spring.io/secure/ViewProfile.jspa?name=breaux)** commented That would make sense, but I haven't been able to make it work. Would it only work with a POST?
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented I'm not really sure, I would use the same as what's expected for that state. You can step through with a debugger, it shouldn't be hard to...
**[Danilo](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER51014)** commented Sorry, I inadvertedly submitted the issue without even completing it and cannot find how to edit it. :( I'll continue here: --- The problem is that the flow...
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented It would really help if you could provide a minimal sample rather than snippets of configuration.
**[Nazaret Kazarian](https://jira.spring.io/secure/ViewProfile.jspa?name=nkaza)** commented Are you thinking of making the recourceBundle var available in MVC views outside SWF context as well? For MVC views within the SWF system you could expose...
**[Dave Syer](https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer)** commented I think there is quite a large market for this kind of thing - report generation is just one example. We could go even further and build...
**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** commented What do you mean "maybe here should be a special type of transition which doesn't progress te flow"? We are considering adding support for transitions without target...