The solutions above didn't work a 100% for me, I needed to change a couple of things for SWF 2.0.7.
I've written about it on my blog here:...
Type: Posts; User: Roy van Rijn; Keyword(s):
The solutions above didn't work a 100% for me, I needed to change a couple of things for SWF 2.0.7.
I've written about it on my blog here:...
It seems 2.0.7 did fix the bug. It didn't work before because I first called (in one particulair situation):
context.sendExternalRedirect()
And later:
context.recordResponseComplete()
...
Just tested the latest version in our repository, 2.0.7. But it still doesn't work. The problem is the same, the check for isResponseComplete isn't called in all the right places.
I'll try...
Hmm, I've been browsing the history of this forum for a while now looking for my answer (still no replies here).
I've found a lot of things have been solved in later versions of Web Flow. We are...
Hi all,
This is my first post here, be gentle :-)
I'm currently integrating an existing security framework in our Spring Web Flow & JSF application. The problem is that this framework sometimes...