DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24514>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24514

HEAD Method, IIS and Cookies





------- Additional Comments From [EMAIL PROTECTED]  2003-11-08 14:11 -------
John,
As far as I can tell, there appears to be nothing wrong in what HttpClient is
doing. The cookie is sent as expected. Are you sure it is not the problem on the
server-side?

A few side notes:

- Please note that you are using development (unstable) version of HttpClient

- The use of system properties in HttpClient 2.1 has been deprecated. The system
property "apache.commons.httpclient.cookiespec" is only checked once upon JVM
startup (upon DefaultHttpParams class init to be exact). Therefore
System.setProperty call does not really have the desired effect. Please use
HttpMethoParams#setCookiePolicy

- You can easily get 'last modified' date using HttpClient. 

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to