Re: [web2py] Invalid request with special chars in URL

2013-09-11 Thread Wonton
Hello! Sorry for answering myself, but I've been working on this problem without success. This time I've tried with this post: https://groups.google.com/forum/#!msg/web2py/JZSL1R9J-C0/qsZ32kVfhGAJ Following Massimo advise in that post I've done this: This is my Routes.py: #!/usr/bin/python #

Re: [web2py] Invalid request with special chars in URL

2013-09-05 Thread Wonton
Arrgh! I must be missing something, I'm very sorry :-(. I've tried this: - No changes. The site is working correctly except for the special chars. - I've created in web2py root directory the routes.py file with this content: routes_apps_raw=['myapp'] -I've restarted web2py. - My app is not wor

Re: [web2py] Invalid request with special chars in URL

2013-09-05 Thread Jonathan Lundell
On 5 Sep 2013, at 12:11 AM, Wonton wrote: > Hello Marcio, > > First of all, thank you so much for your answer, I haven thought on that > possibility and it's very interesting. > > However, I have a huge number of services and I often test them manually, so > I would like to maintain the URLs a

[web2py] Invalid request with special chars in URL

2013-09-04 Thread Wonton
Hello everyone! I've developed a web2py backend which is given me problems with special chars in URLs. I'm a newbie with web2py so maybe I'm missing something very easy, sorry if that is the case ;-). These are the details of my app. - I have no routes.py file. - In controllers/default.py I h