Re: URI Templates: done or dead?

Mark Nottingham scripsit:

> There are just too many cases where the 'escape everything but  
> unreserved' rule gets in the way; for example, if my template is 
> "http://example.com/user/ {email}", I'm going to have percent-encoded @ 
> signs in my URIs whether  I like it or not -- even though they're not 
> required to be percent- encoded there. 

It doesn't matter much, though, because anyone who decodes the URI
is required to treat %40 and @ synonymously in that position.

-- 
John Cowan
        cowan@ccil.org
                I am a member of a civilization. --David Brin

Received on Tuesday, 16 September 2008 22:14:08 UTC