Given this url:
URL(args=1,vars=dict(v='yes'),anchor='end')
It produces:
http://server/app/default/index/1#end?v=yes
Problem:
request.vars is empty

This url:
http://server/app/default/index/1?v=yes#end
request.vars is populated and the anchor works

Shouldn't the anchor be at the end of the query string? I'm running
the latest trunk.

Reply via email to