Hi! > http://issues.apache.org/jira/browse/TOMAHAWK-503 > > This patch is really meant to start discussions about ideas rather > than be the actual implementation. But, again, it works. I plan to allow to add a REDIRECT_POLICY parameter which accepts a FQN-classname and two implementations for it: TrackRedirectAlways and TrackRedirectManual In case of "Manual" you can use methods like those from Kevin's patch (btw, thanks for this patch)
Hmmm ... The plan is, that it should eventually be possible to have a e.g TrackRedirectNavigational implementation where you can intercept the navigation redirect url and e.g. react on special added redirectTracker hints - e.g. /to/view.jsp|trackRedirect=true or /to/view.jsp|trackBeans=myBean1,myBean2 Not sure whats required to make this work, at least its a plan ;-) Ciao, Mario

