]> granicus.if.org Git - jq/commit
Let @uri produce uppercase hexadecimal digits...
authorZhiming Wang <zmwangx@gmail.com>
Mon, 30 Jun 2014 02:48:01 +0000 (19:48 -0700)
committerNicolas Williams <nico@cryptonector.com>
Tue, 1 Jul 2014 00:52:42 +0000 (19:52 -0500)
commita5e908667693f96ac9fc6b62f061d693ee63e089
tree052a034e6aeffc6f1d5121901abbb9e54cdc2b24
parent1204e328dfebb46c6389a9b50a353ce0d5eb10a7
Let @uri produce uppercase hexadecimal digits...

instead of lowercase ones.

According to RFC 3986,

   The uppercase hexadecimal digits 'A' through 'F' are equivalent to
   the lowercase digits 'a' through 'f', respectively.  If two URIs
   differ only in the case of hexadecimal digits used in percent-encoded
   octets, they are equivalent.  For consistency, URI producers and
   normalizers should use uppercase hexadecimal digits for all percent-
   encodings.

See https://github.com/stedolan/jq/issues/451 for details.

Test suite and manual are also updated to reflect this change.

Signed-off-by: Nicolas Williams <nico@cryptonector.com>
builtin.c
docs/content/3.manual/manual.yml
tests/all.test