The anchor text of URLs is lost when I'm redirected to login and then on to "next.
I think it's down to gluon.py requires_login()
this code:
next = URL(r=request,args=request.args,
vars=request.get_vars)
...
self.settings.login_url + '?_next='+urllib.quote(next)
///
I think URL() creates an url but doesn't added any existing anchor
text.
thoughts, any one?

