I am getting this error when using PUT method of Http. The server return response with the followinh header Set-Cookie: JSESSIONID=543B3FA68E3FE0ABA46FC3B511F256AD; Path=/mifs; Secure; HttpOnly
But I was not able to get this cookie from the httpclient. When I turned the debug logging to see what was going on, I got this error. Because of this cookies are not being set properly. Any help? ResponseProcessCookies - Cookie rejected: "[version: 0][name: JSESSIONID][value: 543B3FA68E3FE0ABA46FC3B511F256AD][domain: ssingh-vsp.test.client.net][path: /mifs][expiry: null]". Illegal path attribute "/mifs". Path of origin: "/verify/v.h" -- View this message in context: http://old.nabble.com/ResponseProcessCookies---Cookie-rejected%3A-tp30640924p30640924.html Sent from the HttpClient-User mailing list archive at Nabble.com.
