http://issues.apache.org/jira/browse/TOMAHAWK-503
Its a little hacky, but functional. Essentially, redirect tracking is off by default. You can turn it on with a call to a utility function, or just turn on message tracking. The idea being that sometimes you want to post a message after some event, but don't care about the rest of the state (like "Account Updated" when you send the user back to the home page).
This patch is really meant to start discussions about ideas rather than be the actual implementation. But, again, it works.
On 8/25/06, Kevin Galligan
<[EMAIL PROTECTED]> wrote:
I've built sandbox 1.1.5-snapshot locally to try out RedirectTracker. Its pretty sweet, but now it passes state even when I really want it to redirect without state. I've seen some description of how to differentiate some requests from others with regards to RedirectTracker, but nothing in detail. Is there a page about it somewhere?
Thanks in advance,-Kevin

