My routing broke between these two versions: Version 2.00.0 (2012-06-18 17:07:27) dev Version 2.00.0 (2012-07-10 00:22:32) dev
So in my db.py I have a line: `auth.settings.login_next = URL(f='profile')` Which is meant to redirect user to \profile\ once user is logged in. Going to localhost.com\profile directly works. Logging in redirects me back to the index page, but with the following appended: #_=_ Tiny test-case: https://gist.github.com/11f1119fac5799525b14 I can't think of anything else I've changed between upgrading to the latest hg repo. How would you recommend I fix this issue? Thanks for all suggestions, Alec Taylor

