Anthony, your suspicion is confirmed. I reverted to the older gluon/ html.py and the '%2F' issue is gone.
On Aug 29, 11:28 pm, Noel Villamor <[email protected]> wrote: > Hmmm ... I can verify this by reverting gluon/html.py to the > 2011-08-25 version. What is the command for that in hg? > Version 1.98.2 (2011-08-25 22:59:48) > Version 1.98.2 (2011-08-26 07:44:22) > > Or perhaps I can just manually edit it. > > On Aug 29, 11:18 pm, Anthony <[email protected]> wrote: > > > > > > > > > Probably due to this recent > > fix:http://code.google.com/p/web2py/source/detail?r=c5f6a123b846d9c9c84e2... > > > On Monday, August 29, 2011 6:49:22 AM UTC-4, Noel Villamor wrote: > > > > Just got a fresh clone from trunk. Am on Apache2+wsgi. > > > > When clicking the edit button of a view, I get the following at the > > > browser resulting to a 404 Not Found. Notice the '%2F' which is > > > supposed to be just '/'. > > > > https://.../admin/default/edit/welcome/views/default%2Findex.html > > > > When clicking the edit button of a controller, I get a correct URL at > > > the browser. > > > > https://.../admin/default/edit/welcome/controllers/default.py > > > > Does anybody else getting this weird behaviour?

