On Aug 5, 3:41 pm, mdipierro <mdipie...@cs.depaul.edu> wrote: > the problem is not the escaping (which is correct, + must be escaped) > the problem is thta web2py urls do not allow non-alphanumeric chars.
but for arguments there seems to be no need for such restriction, or is there? maybe exception could be mate for "%" symbol in arguments part of url. by the way, maybe 'Invalid request' could provide more information why it is invalid. thanks, for now I workaround passing just ID (but it is less verbose)