I'd like to use @ in the url args in a web2py application. For example:
http://hostname/app/file/user/[email protected] However, web2py yields "Invalid request" whenever I include an @ in the URL. I expect that some manipulation of regex_url in main.py would allow this, but I haven't found the magic incantation yet. I'm also concerned that there could be other escaped characters in email addresses that may run afoul of the regex. Any general advice to allow this? Thanks kb --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

