On Thursday, July 14, 2011 10:32:49 AM UTC-4, Jonathan Lundell wrote:
>
> On Jul 14, 2011, at 5:17 AM, Anthony wrote:
>
> I cannot reproduce this problem. For me, 'laa%20poo' is converted to 'laa
> poo' (i.e., the '%20' is properly converted to a space, not an underscore).
> What version of web2py are you using? Are you using the built-in Rocket
> server?
>
>
> Are you (Anthony) using the parametric router? The standard handling of
> incoming URLs (with no router or the pattern-based router) converts spaces
> to underscores. The parametric router does not.
>
Oops, yes, I'm using the parametric router. Thanks for clearing that up.
Anthony