donb
committed
on 09 Apr 02

1. Hitting the site with the host name only (http://foo.com) reveals that
[ns_conn urlc] is incorrectly set to "1" and [ns_conn urlv] to [… Show more

1.  Hitting the site with the host name only (http://foo.com) reveals that

[ns_conn urlc] is incorrectly set to "1" and [ns_conn urlv] to [list "\"\""].

I've masked this in the ad_conn structure, so [ad_conn urlc] == 0 and

[ad_conn urlv] == [list].

2.  When a cookie is set to an empty string, ad_set_cookie sets it to

"\"\"".   I've modified ad_get_cookie to return the empty string if the

cookie it grabs from the browser is "\"\"".  I looked quite carefully around

the toolkit and saw no code that appears to depend on this abberant behavior.

Show less