chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Ann: url egg 3.0


From: John Cowan
Subject: Re: [Chicken-users] Ann: url egg 3.0
Date: Tue, 5 Jun 2007 09:23:48 -0400
User-agent: Mutt/1.5.13 (2006-08-11)

Kon Lovett scripsit:

> I think a bug. Doesn't matter what the RFC says, it should have  
> something well defined as a value. Currently the query component must  
> be composed of <key>\s=\s<value>, but <key> should be ok. The <value>  
> should be defaulted - optional argument or parameter otherwise?

RFC 3986 in fact allows any sequence of pchars (plus "/" and "?") in the
query string.  If you want to decode it into a sequence of name=value
pairs separated by & or ;, that's great, but it's a higher-level protocol
used by HTTP forms, not part of URI syntax.

Also, if by "\s" you mean space, spaces are not allowed in URIs.

-- 
John Cowan   address@hidden    http://ccil.org/~cowan
The known is finite, the unknown infinite; intellectually we stand
on an islet in the midst of an illimitable ocean of inexplicability.
Our business in every generation is to reclaim a little more land,
to add something to the extent and the solidity of our possessions.
        --Thomas Henry Huxley




reply via email to

[Prev in Thread] Current Thread [Next in Thread]