12 messages in com.canoo.lists.webtestRe: [Webtest] Re: More ColdFusion htt...
FromSent OnAttachments
HUR...@Nationwide.com16 Dec 2004 07:22 
Marc Guillemot16 Dec 2004 08:14 
Marc Guillemot16 Dec 2004 08:42 
HUR...@Nationwide.com16 Dec 2004 09:20 
Marc Guillemot16 Dec 2004 09:26 
HUR...@Nationwide.com16 Dec 2004 09:34 
Marc Guillemot16 Dec 2004 09:37 
Marc Guillemot17 Dec 2004 09:14 
HUR...@Nationwide.com22 Dec 2004 06:59 
Marc Guillemot22 Dec 2004 08:07 
HUR...@Nationwide.com22 Dec 2004 08:55 
Marc Guillemot22 Dec 2004 09:37 
Subject:Re: [Webtest] Re: More ColdFusion httpclient cookie header investigation
From:HUR...@Nationwide.com (HUR@Nationwide.com)
Date:12/22/2004 06:59:18 AM
List:com.canoo.lists.webtest

I may have a relevant breakthrough here on the cookie header problem. I posed my situation over on the httpclient developer mail list. One person made the interesting observance that my cookie request headers were being sent to the server one at a time. Apparently, some servers will only accept one cookie header (containing all cookies separated by semicolons). This sounds very promising.

In HTTPClient, the public interface HttpMethod contains a method 'void setStrictMode(boolean strictMode)'. When this method is set to true, cookies are all concatenated into one header. Apparently, it must be set to false in Webtest because my debug trace shows each cookie being sent individually.

It would be super if we could have the option of setting this property in Webtest, either as a header in the config element, or as a system property.

What is the possibility of this happening?

Jerry

Marc Guillemot <mgui@yahoo.fr>

Sent by: webt@gate2.canoo.com

12/17/2004 11:14 AM Please respond to webtest

T To: webt@gate2.canoo.com cc:

bcc: Subject: Re: [Webtest] Re: More ColdFusion httpclient cookie header
investigation

For info:

I've just committed a change in htmlunit to avoid forcing cookie COMPATIBILITY mode if the system property is set. This is currently only available in htmlunit CVS. I hope beeing able to put a new build of htmlunit in the webtest distribution before Christmas.

Marc.