> This is using > > httpclient-4.0-beta1.jar > httpcore-4.0-beta3.jar > > Login form get: localhost abcd=efgh > ========================== > [DEBUG] wire - >> "POST /examples/servlets/servlet/CookieExample > HTTP/1.1[EOL]" > [DEBUG] wire - >> "Content-Length: 42[EOL]" > [DEBUG] wire - >> "Content-Type: application/x-www-form-urlencoded[EOL]" > [DEBUG] wire - >> "Host: localhost:8080[EOL]" > [DEBUG] wire - >> "Connection: Keep-Alive[EOL]" > [DEBUG] wire - >> "User-Agent: Apache-HttpClient/4.0-beta1 (java 1.4)[EOL]" > [DEBUG] wire - >> "Expect: 100-Continue[EOL]" > [DEBUG] wire - >> "[EOL]" > [DEBUG] wire - << "HTTP/1.1 100 Continue[EOL]" > [DEBUG] wire - >> "cookiename=special&cookievalue=abcd%3Defgh" > [DEBUG] wire - << "HTTP/1.1 200 OK[EOL]" > [DEBUG] wire - << "Server: Apache-Coyote/1.1[EOL]" > [DEBUG] wire - << "Set-Cookie: special="abcd=efgh"; Version=1[EOL]" > [DEBUG] wire - << "Content-Type: text/html[EOL]" > [DEBUG] wire - << "Content-Length: 742[EOL]" > [DEBUG] wire - << "Date: Sun, 26 Oct 2008 20:25:27 GMT[EOL]" > [WARN] ResponseProcessCookies - Cookie rejected: "[version: 1][name: > special][value: abcd=efgh][domain: localhost][path: > /examples/servlets/servlet][expiry: null]". Illegal domain attribute: > "localhost".Domain of origin: "localhost.local"
Sebastian I managed to reproduce the problem and am working on a fix. Thank you Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
