Re: New additions to the Applications page?

2004-04-15 Thread Ernst de Haan
Oleg, I would like to hope that our user base has expanded somewhat since the 2.0 final release. If anyone wants to be listed on our Applications page http://jakarta.apache.org/commons/httpclient/applications.html, please come forth. The XINS/Java Client Framework makes use of HttpClient

Re: Why are cookies deleted?

2003-10-06 Thread Ernst de Haan
. Just keep the original HttpState instance to stop your cookies from disappearing HTH Oleg -Original Message- From: Ernst de Haan [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 11:44 To: Commons HttpClient Project Subject: Why are cookies deleted? Hi, Why are cookies

Re: Why are cookies deleted?

2003-10-06 Thread Ernst de Haan
cookies from disappearing HTH Oleg -Original Message- From: Ernst de Haan [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 11:44 To: Commons HttpClient Project Subject: Why are cookies deleted? Hi, Why are cookies deleted from the state registered with my HttpClient object

SourceForge AddReleaseTask for Ant

2003-10-03 Thread Ernst de Haan
Hi, I'm working on a SourceForge AddReleaseTask for Apache Ant. After successfully fighting some HTTPS issues, I'm now having some difficulties with cookies. It seems my cookies are deleted spontaneously when I call connection.executeMethod(). This is what my code does: * Create