From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: [patch] Location header is a URI-reference Date: Wed, 15 Oct 2014 19:41:55 +0800 Message-ID: References: <874mv5zmhw.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1413373327 6704 80.91.229.3 (15 Oct 2014 11:42:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2014 11:42:07 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Oct 15 13:42:02 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XeMxt-000107-6Z for guile-devel@m.gmane.org; Wed, 15 Oct 2014 13:42:01 +0200 Original-Received: from localhost ([::1]:44083 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeMxs-0004iB-Qf for guile-devel@m.gmane.org; Wed, 15 Oct 2014 07:42:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeMxp-0004hT-Op for guile-devel@gnu.org; Wed, 15 Oct 2014 07:41:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeMxo-0005nd-IZ for guile-devel@gnu.org; Wed, 15 Oct 2014 07:41:57 -0400 Original-Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:52817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeMxo-0005lG-BS for guile-devel@gnu.org; Wed, 15 Oct 2014 07:41:56 -0400 Original-Received: by mail-la0-f45.google.com with SMTP id q1so865865lam.18 for ; Wed, 15 Oct 2014 04:41:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=AKvUnUK9oqXC33HOuapIVIkKPDi3VtP0isaJBQ0A5c8=; b=eCMwIhgC+QaNtM4+SGWlHCFUfBu0WGBp/MyV5BrsBJmd1YtnwNpEXHQWnL5FxkbjWW e/uVThPShUXoAxSaDjX8RQ4TKsPXOtDvbp3+Qj1Tcq6Xj31FaPbbCIoEgUXgITNPyM10 DxUvAIq/SxuAA5VftAyyGyJMVHnNT0fM7a/p2X7NrJPcmwlDhIe7TM42k9qvGaW1v41d 54gN3x7usoXzvRykwe7QfRnKYhnjBsrcJDEOVoa57pOkAmuXyKssRrqJu58AbDikxeMi r2Bat+TOmDmrJbtNJ5xEbJhjdpyP6UfNfOskvQfBylzG0buZE6DF09b02Y54+mV1Qy3F skLw== X-Received: by 10.152.28.134 with SMTP id b6mr12088899lah.12.1413373315062; Wed, 15 Oct 2014 04:41:55 -0700 (PDT) Original-Received: by 10.152.28.105 with HTTP; Wed, 15 Oct 2014 04:41:55 -0700 (PDT) In-Reply-To: <874mv5zmhw.fsf@pobox.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22d X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17586 Archived-At: Thanks for working on it! I haven't looked into this patch, but I hope it taking care of empty string properly, since URL reference allows it. Best regards. On Wed, Oct 15, 2014 at 5:54 PM, Andy Wingo wrote: > Following RFC 7231, the HTTP Location: header is a URI-reference, not a > URI. This patch updates Guile's web modules appropriately, fixes a case > in which URI fragments were parsed incorrectly, and makes public > interfaces for creating URI references. > > Thoughts? This is also in wip-uri-reference. > > Andy > > > > -- > http://wingolog.org/ >