Re: [web2py] converting URL to lowercase before dispatching

2013-02-04 Thread Jonathan Lundell
On 1 Feb 2013, at 12:18 PM, Massimo Di Pierro wrote: > You could also edit request.controller, request.function, and request.args > (if appropriate) in your model, if you're not using controller-specific > models at least. > > I could see adding a case-normalizing option to the parametric rout

[web2py] converting URL to lowercase before dispatching

2013-01-31 Thread olly . morgan
I have a web2py application say, at "http://127.0.0.1:8000/my_data";. I would like to make the URL case insensitive so that any users calling My_data, MY_Data, etc it gets remapped to the lowercase version of the URL. Any thoughts on how to do this? Olly -- --- You received this message be