I've had a look at commons-httpclient source code and the check causing the exception is in the base class for the cookie policies. Therefore all available cookie policy will fail with such a cookie.
Have you checked that the same cookies are sent for a normal browser (using for instance a proxy, or the LiveHttpHeaders extension for Firefox)? You can now: - submit a bug report by commons-httpclient and if you're a programmer - write and use your own cookie spec - re-add the cookie by yourself for the correct path Marc. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

