[patch] Location header is a URI-reference

2014-10-15 Thread Andy Wingo
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. A

Re: [patch] Location header is a URI-reference

2015-10-30 Thread Ludovic Courtès
Ping! l...@gnu.org (Ludovic Courtès) skribis: > Andy Wingo skribis: > >> 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 >> inte

Re: [patch] Location header is a URI-reference

2014-10-15 Thread Nala Ginrut
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

Re: [patch] Location header is a URI-reference

2014-10-16 Thread Thien-Thi Nguyen
() Andy Wingo () Wed, 15 Oct 2014 11:54:35 +0200 and the rest obf the fields Small typo: s/obf/of/ -- Thien-Thi Nguyen GPG key: 4C807502 (if you're human and you know it) read my lisp: (responsep (questions 'technical) (not (via 'mailing-list)))

Re: [patch] Location header is a URI-reference

2014-10-16 Thread Ludovic Courtès
Andy Wingo skribis: > 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