RE: httpsURLConnection

2004-10-04 Thread Lucero, Dennis M
Yes connection.disconnect() is called. -Original Message- From: Richard Yee [mailto:[EMAIL PROTECTED] Sent: Sunday, October 03, 2004 8:20 PM To: Struts Users Mailing List Subject: Re: httpsURLConnection Dennis, Are you closing the connection in a finally clause? If you don't, yo

Re: httpsURLConnection

2004-10-03 Thread Richard Yee
Dennis, Are you closing the connection in a finally clause? If you don't, you are going to leak connections when an exception gets thrown. -Richard At 04:51 PM 10/3/2004, you wrote: I open an httpsURLConnection in my struts application. And I am getting orphaned sessions. I think this may b

httpsURLConnection

2004-10-03 Thread Lucero, Dennis M
I open an httpsURLConnection in my struts application. And I am getting orphaned sessions. I think this may be due to dead (or orphaned) connections after the user has logged off. Has anybody experienced this? I am he, as you are he, as you are me, and we are all together.