Error in plone.recipe.squid 1.0b1 options

Bug #438462 reported by Michael Lenaghan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
collective.buildout
New
Undecided
Unassigned

Bug Description

The documentation for plone.recipe.squid 1.0b1 at http://pypi.python.org/pypi/plone.recipe.squid/1.0b1 describes "Squid-specific Configuration Options":

default-hostname
visible-hostname
visible-email

In fact, the code appears to look for names with underscores:

self.options.get("default_hostname", None)
self.options.get("visible_hostname", None)
self.options.get("visible_email", '')

Obviously this could be fixed by changing either the docs or the code. To be consistent with other options, though, dashes are preferred.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.