Does HTTPClient4 have any known issues with having spaces in cookies? I have a webapp I am working with, and some of the cookies have spaces in the value. This does not present a problem in my browser, but it does in the app i am using (specifically, jmeter 2.6). I do have it set to use "compatibility" mode.
The odd thing is, when I look in jmeter logs & results, in fiddler and even in the Apache logs, I see the full cookie value, even the space and text after it. However, my tomcat logs show the cookie value being truncated at the space. As a separate test, I did create a java project of my own that does the same set of requests I am using in jmeter - and I got the same results where I am unable to login successfully, and again due to that space - even though the line that prints the cookies shows the full cookies. Any ideas or suggestions? Thank you. Lee Lowder This communication and any attachments are confidential, protected by Communications Privacy Act 18 USCS ยง 2510, solely for the use of the intended recipient, and may contain legally privileged material. If you are not the intended recipient, please return or destroy it immediately. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
