Issue #22043 has been reported by Kylo Ginsberg.
----------------------------------------
Bug #22043: Catalog retrieval request unnecessarily double escapes facts
https://projects.puppetlabs.com/issues/22043
* Author: Kylo Ginsberg
* Status: Unreviewed
* Priority: Normal
* Assignee: Kylo Ginsberg
* Category:
* Target version:
* Affected Puppet version:
* Keywords:
* Branch:
----------------------------------------
Catalog retrieval requests double escapes the facts query parameter. E.g. a
snippet looks like this:
facts=%257B%2522name%2522%253A%2522kylo.local%2522
What happens is that a k:v pair like {"name:kylo.local" gets escaped once into
%7B%22name%22%3A%22kylo.local%22
And *then* all those % characters are escaped again into %25. Good times.
This is both unneeded processing on both ends and a bizarre wire format.
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.