You should submit a patch to fix the IS_URL validator as this is actually a valid URL.
The problem seems to be the | character which is actually only valid in the fragment part of an URL. If you do submit a patch make sure to also add this case as a test in test_validators.py If you don't want to submit a patch at least create an issue in github so we can address it. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

