Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05BA1E2BE for ; Tue, 5 Feb 2013 12:05:56 +0000 (UTC) Received: (qmail 21080 invoked by uid 500); 5 Feb 2013 12:05:55 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 20790 invoked by uid 500); 5 Feb 2013 12:05:51 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 20755 invoked by uid 99); 5 Feb 2013 12:05:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 12:05:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 12:05:44 +0000 Received: by mail-wi0-f172.google.com with SMTP id ez12so4066580wid.11 for ; Tue, 05 Feb 2013 04:05:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=bx44789U283tY3oVkTlr0gQoppSdjyNHSTYyqG0gN+8=; b=ROLFWUXdTinNif1ZNEfIkv4G93jvJuM1LG3kpWrnUXgygy4wCpATB0wV3rBSFIJKcj rSXPvFQPk2HUcTsrRsE5OBv70yHKpeH1wzn2rWR+aaAiaYLbrM4bkUIPYq/4D02Yfz8J jQ0gL6ekgUkl8AuAiFNzKitRLiZYOKn0Br7rgIzO+tI9zW93dXqr8CKD5KMdKoPy3Sit 754Smfu2uvA6bWIE+9AQmExsfvNpHChUlV2motPz0qOXiC8+UxdgSqVRSCWVTAhTjNOr tUiqkIuyfmnIOk+YZgRHYMPsTFL3OhGjUhnnANxXKymcXHtIo400ZQXNbWd17E5Phktb dHcA== MIME-Version: 1.0 X-Received: by 10.180.8.4 with SMTP id n4mr16506857wia.13.1360065922706; Tue, 05 Feb 2013 04:05:22 -0800 (PST) Received: by 10.194.234.164 with HTTP; Tue, 5 Feb 2013 04:05:22 -0800 (PST) Date: Tue, 5 Feb 2013 12:05:22 +0000 Message-ID: Subject: IPv6 Addresses with Embedded IPv4 Addresses in httpclient From: sebb To: HttpComponents Project Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Just noticed that InetAddressUtils does not handle IPv4-mapped IPv6 addresses, for exanple ::ffff:192.0.2.128 nor the IPv4-Compatible IPv6 Address ::192.0.2.128 [See RFC 4291, 2.5.5] Should we add matchers for those? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org