i have a page in my forum called "myvanilla/some/cool/page"
when a user on my own service visits that page for the first time, proxyconnector authenticates them and then bounces them to my DefaultController (/discussions). instead, i want them to be authenticated and land on the page they originally requested.
with the change above, i was able to achieve this effect. is this the best way for me to achieve this effect?
This should be happening automatically, but there have been some bugs in the V2.0/Proxy1.4 combo that might have messed with this. 1.5 will have better support.