This patch was applied yesterday but there was a sync problem with dropbox. I messed up my .hg folder. Now I get:
$ hg verifychecking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
gluon/rewrite.py@?: rev 79 points to unexpected changeset 3255
(expected 3260)
1333 files, 3263 changesets, 9320 total revisions
1 warnings encountered!
1 integrity errors encountered!
I will try fix this today. Meanwhile the hg repo is out of sync because I cannot commit to it. Git should be fine.
if you have any advice let me know.
massimo
On May 18, 2012, at 10:51 AM, Jonathan Lundell wrote:
>
http://dl.dropbox.com/u/360818/rewrite.patch
>
> This is a minor patch, but slightly more than cosmetic. When the parametric router finishes with an incoming URL, it updates env.request_uri to be the fully expanded version of the original incoming URL. If there was a language specified, it was erroneously putting the language segment first, instead of second (after the app).