On 28 Mar 2013, at 3:18 AM, Jonathan New <new.jonat...@gmail.com> wrote:
> I found out that web2py cannot parse url contains args like 
> /<app>/<controller>/<func>/value%26value
> 
> It will throw 400 BAD REQUEST.
> 
> Inspecting the response header also shows:
> web2py_error: invalid arg <some value&value>
> 
> I'm using web2py 2.4.5
> 

I suspect that the only way you're going to be able to have '&' in your args is 
to use the parametric router and override args_match. 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to