Issue #22043 has been updated by Pablo Wright.

Status changed from Unreviewed to Needs More Information

Tried to reproduce on Puppet 3.3.0, I hit /production/catalog/{certname}, 
/production/facts/{certname}, /production/facts_search/search?facts.{somefact} 
but no dice, things look fine.

Could you provide more detail? Maybe some steps to reproduce?

----------------------------------------
Bug #22043: Catalog retrieval request unnecessarily double escapes facts
https://projects.puppetlabs.com/issues/22043#change-98393

* Author: Kylo Ginsberg
* Status: Needs More Information
* 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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to