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?