Issue #18092 has been updated by Jeff McCune. Status changed from In Topic Branch Pending Review to Code Insufficient
---------------------------------------- Bug #18092: network device - enable password with a sharp is not correctly parsed https://projects.puppetlabs.com/issues/18092#change-84011 Author: Guillaume Rose Status: Code Insufficient Priority: Normal Assignee: Category: device Target version: 3.2.0 Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/pull/1327 Since the device is defined by an URI, when the enable password contains a sharp, the password used is not correct. Example : uri = URI.parse "ssh://login:[email protected]/?enable=begin#end" uri.query # => enable=begin uri.fragment # => end The parser uses uri.query and this regex to extract the password query =~ /enable=(.*)/. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
