svn commit: r235253 - stable/9/lib/libfetch

Andrey Chernov ache at FreeBSD.ORG
Fri May 11 14:29:47 UTC 2012


On Fri, May 11, 2012 at 01:24:17AM +0000, Ed Maste wrote:
> Author: emaste
> Date: Fri May 11 01:24:16 2012
> New Revision: 235253
> URL: http://svn.freebsd.org/changeset/base/235253
> 
> Log:
>   MFC r234138:
>   
>     Support percent-encoded user and password
>   
>     RFC 1738 specifies that any ":", "@", or "/" within a user name or
>     password in a URL is percent-encoded, to avoid ambiguity with the use
>     of those characters as URL component separators.

RFC 1738 is a bit old, see http://tools.ietf.org/html/rfc3986#section-2.2 
which require more characters to be escaped in the URI.

-- 
http://ache.vniz.net/


More information about the svn-src-all mailing list