[web2py] Re: parameterized router BASE breaks appadmin redirection

2015-03-11 Thread cowbert
I am still having issues with this on 2.9.12. Here is my routes.py: BASE = '/web2py' routes_in = ( (BASE + '/$anything', '/$anything'), ) routes_out = [(x, y) for (y, x) in routes_in] In this case, if I try to go to an admin url (like /web2py/admin/debug) and I am not logged in as admin, o

[web2py] Re: parameterized router BASE breaks appadmin redirection

2014-06-19 Thread cowbert
Actually ticket URLs are also broken in this way (since it sends to /admin/ticket instead of to BASE + /admin/ticket... On Monday, May 12, 2014 10:06:56 PM UTC-4, cowbert wrote: > > When BASE is specified in a parameterized router, and an unauthenticated > session tries to go to the appadmin URL