plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
6 stars 23 forks source link

`effective-user` is not a known key name with wsgi=on #80

Closed petschki closed 5 years ago

petschki commented 5 years ago

I've switched a buildout config of mine to wsgi=on and got this error. seems like effective-user should be ignored in wsgi config here https://github.com/plone/plone.recipe.zope2instance/blob/master/src/plone/recipe/zope2instance/recipe.py#L1173

dataflake commented 5 years ago

This was fixed by #81