> I disagree again. It depends on implementation. You can choose to implement
> your database such that all names and URL encoded before placing them into
> the database. IN that case, you always do lookups on the encoded format.

I doubt this would work. Each URL has an almost infinite variety of
escaped versions. While there are some characters that you *have* to
escape, others can be escaped. Just try http://www.cs.columbia.edu/%73ip
or
http://www.cs.columbia.edu/%73%69%70
(You see this commonly for ~, which is sometimes escaped, sometimes
not.)
_______________________________________________
Sip-implementors mailing list
[EMAIL PROTECTED]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to