I'm trying to use routes_onerror, but requested_uri keeps coming through as None (subject of this e-mail is the query string from the redirect). I searched through the source code and could not find where this is supposed to be set. I stepped through using WinPDB and there is simply no entry in request.env for request_uri. There is an entry for path_info which appears to be the re-written uri (ie, post routes.py processing).
I'm running from trunk. Please let me know what other info is needed to troubleshoot. Thanks, Mike