Bug #11833
setup_wsgi_stack should not happen in init
Start date:
Due date:
% Done:
0%
Estimated time:
Keywords:
Description
We need to keep this API for backwards compatibility, but doing this in init is the wrong point in time.
History
#1
Updated by Wolfgang Schnerring about 8 years ago
- Status changed from Confirmed to Rejected
This is a documentation issue: people using plone.testing already should use httpserverlayer directly, and not use the old gocept.selenium.wsgi.Layer API.