Issue #18781 has been updated by Adrien Thebo. Status changed from Unreviewed to Merged - Pending Release Target version set to 3.2.0
Merged into master as 8633138. This should be released in 3.2.0. Thanks again for the contribution! -Adrien ---------------------------------------- Bug #18781: Be more tolerant of old clients in WEBrick server https://projects.puppetlabs.com/issues/18781#change-83555 Author: Daniel Drake Status: Merged - Pending Release Priority: Normal Assignee: Category: server Target version: 3.2.0 Affected Puppet version: Keywords: Branch: We have recently upgraded our puppet master from to Fedora 17. This involved a major upgrades in ruby, puppet, etc. We are now hitting http://projects.puppetlabs.com/issues/6117 - our clients are unfortunately running old versions of puppet, we'd like to retain compatibility with them, but they post URLs that are longer than webrick now allows by default. In #6117 you can see people are hit with this because they have loads of extra facts and things, but our setup is actually simple, we aren't doing anything particularly special or fancy. I know that there are other servers available that do not have this issue, but in this case we would really benefit from having the simple, out-of-the-box webrick server working - simplicity is of high value here where the admins have many other responsibilities. The attached patch solves this issue for us, by increasing the webrick max uri length. It's not clean, but I don't think its terrible either. Please consider including this in future puppet versions. -- 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.
