Re: Handling Client-Side Cookies

John,
Your bugs of the form

replace something(i++)
with something(i); i++;

must be bugs in your compiler, jit or debugger since the
source code forms are equivalent according to the java spec.
(do you have a Microsoft component somewhere in your environment? :-))
Your changes are OK and may make it easier to watch variables in the
debugger.

The insertion of a "www" probably hides a bug most of the time but
a true fix is probably not to assume any "www" as a host name.
I for one have web servers which are not called "www".

Received on Tuesday, 12 December 2000 08:44:01 UTC