Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 96685 invoked from network); 1 Jun 2007 11:19:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2007 11:19:37 -0000 Received: (qmail 33035 invoked by uid 500); 1 Jun 2007 10:19:41 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 33009 invoked by uid 500); 1 Jun 2007 10:19:41 -0000 Mailing-List: contact httpcomponents-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list httpcomponents-dev@jakarta.apache.org Received: (qmail 32989 invoked by uid 99); 1 Jun 2007 10:19:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 03:19:41 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 03:19:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1E7A6714184 for ; Fri, 1 Jun 2007 03:19:16 -0700 (PDT) Message-ID: <13925416.1180693156121.JavaMail.jira@brutus> Date: Fri, 1 Jun 2007 03:19:16 -0700 (PDT) From: "Oleg Kalnichevski (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Updated: (HTTPCLIENT-654) Cookie class cannot handle IPv6 literals In-Reply-To: <25696504.1180599795903.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCLIENT-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-654: ----------------------------------------- Fix Version/s: (was: 3.1 Final) 4.0 Alpha 2 To be fixed in 4.0 codeline where we could make use of regexp to test whether a cookie domain attribute is a IPv4 or IPv6 address Oleg > Cookie class cannot handle IPv6 literals > ---------------------------------------- > > Key: HTTPCLIENT-654 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-654 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: HttpClient > Affects Versions: 3.0.1, 3.1 RC1 > Environment: IPv6 > Reporter: Alexander Dietrich > Priority: Trivial > Fix For: 4.0 Alpha 2 > > Attachments: 2k7-05-31-cookie3.x-ipv6.txt > > > When performing requests using IPv6 literals, Cookie.setDomain() will attempt to trim the port number by cutting off the domain string at the first colon. This leads to MalformedCookieExceptions being thrown by CookieSpecBase later on. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org