1 Sep 2009 01:38
[web2py:29745] Re: Comma creates an invalid request?
It fails for me when passed as an argument even when it is URL encoded: http://127.0.0.1:8000/test/default/index/london%2C_ontario - Invalid request. Passing as a query string works even when not encoded: http://127.0.0.1:8000/test/default/index?city=london,_ontario - Works fine. Massimo, can you confirm that this is the expected behavior? On Aug 31, 7:56 am, mdipierro <mdipie...@...> wrote: > Your url does not pass validation and it is invalid. To allow this you > must create a routes_in for fit. > > On Aug 30, 9:20 pm, Derek <cunningh...@...> wrote: > > > Hi, > > > I'm doing some geocoding. I have a geocoder.py file with an index > > function. > > > A url like: > > > /geocoder/index/london > > > uses the value 'london' (stored in request.args[0]) just fine. But if > > I add acomma, as in: >(Continue reading)
RSS Feed