zopefoundation / zope.app.wsgi

WSGI application for the zope.publisher package
Other
2 stars 8 forks source link

AuthorizationMiddleware is duplicated code from zope.testbrowser #9

Open icemac opened 7 years ago

icemac commented 7 years ago

zope.app.wsgi.testlayer.AuthorizationMiddleware is the same code as zope.testbrowser.wsgi.AuthorizationMiddleware.

Maybe it could be imported from there.

cjwatson commented 4 years ago

It seems to have been deliberately duplicated in 262d9b9a691eb11f8340b06baa2a7cfc5805f17a. Perhaps @strichter can explain in more detail?