For now I have reverted that patch. It is backward incompatible and breaks things like this:
URL('download',args='path/to/file') To the developers, let's discuss it on web2py-developers. massimo ---------- Forwarded message ---------- From: Anthony <abasta...@gmail.com> Date: Aug 29, 6:18 am Subject: Weird admin editing of views but ok on controllers To: web2py-users 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?