On Wed, 25 Jul 2012, Diego Biurrun wrote:

On Wed, Jul 25, 2012 at 04:04:03PM +0200, Luca Barbato wrote:
On 07/25/2012 11:59 AM, Diego Biurrun wrote:
On Wed, Jul 25, 2012 at 12:43:39PM +0300, Antti Seppälä wrote:
It should be possible to specify usernames in http requests containing
urlencoded characters. This patch adds support for decoding the auth
strings.

--- /dev/null
+++ b/libavformat/urldecode.c
@@ -0,0 +1,86 @@
+ * Copyright (c) 2012 Antti Seppälä
+ *
+ * References:
+ *  RFC 3986: Uniform Resource Identifier (URI): Generic Syntax
+ *       T. Berners-Lee et al. The Internet Society, 2005
+ *
+ * based on http://www.icosaedro.it/apache/urldecode.c
+ *          from Umberto Salsi ([email protected])

This file does not have a license statement.  Did you get permission
to use it?  Because w/o explicit permission, you are not allowed to.

COPYRIGHT 2005 by icosaedro.it di Umberto Salsi, Bologna (ITALY) -
E-mail [email protected] - WEB www.icosaedro.it - LICENSE: all the
material presented on this site (papers, documents, programs, etc.) is
freely available for any usage, except when otherwise stated.

Excellent!  We're good to go then.

Pushed with the style nitpicks fixed and the wording of the commit message slightly adjusted.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to