> From: banto [mailto:[email protected]]
> Subject: Re: set-cookie
>
> i´m using something like
> System.out.println(Thread.currentThread().getStackTrace());
What you got was a display of the array object - not very interesting. Either
iterate through the array, displaying each entry, or just do this:
Thread.currentThread().dumpStack();
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you received
this in error, please contact the sender and delete the e-mail and its
attachments from all computers.