IS_URL() fails when a userinfo field is present in the URL. Examples:
http://[email protected]
http://user:[email protected]
See http://tools.ietf.org/html/rfc3986 3.2.1. (The password portion is
deprecated as insecure, but it's still legal.)
Also http://www.faqs.org/rfcs/rfc2396.html
This ought to be fixed in IS_GENERIC_URL(), perhaps under control of an option
flag.
--
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.