]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
URI.escape for the array case was incorrect.
authorBryon Roché <kain@kain.org>
Fri, 8 Aug 2014 23:59:37 +0000 (16:59 -0700)
committerMorgan Haskel <morgan@puppetlabs.com>
Wed, 4 Mar 2015 00:05:47 +0000 (16:05 -0800)
commit41baef8502eabd34dc4fe49f43c6ef7c61f8e6c3
tree9b5cd020602d8260bd4215881349260e20d5a026
parent055083c117f79e03e7313f328f9e3e338d4dc6a9
URI.escape for the array case was incorrect.

The previous commit to uriescape() changed the implementation to use the ruby default escape list for URI.escape(), but did not change the call triggered when uriescape() was called on an array, triggering ruby errors.
lib/puppet/parser/functions/uriescape.rb
spec/functions/uriescape_spec.rb