zopefoundation / Products.PluggableAuthService

Pluggable Zope authentication / authorization framework
Other
9 stars 18 forks source link

Don't test for ZServer for WebDAV when WebDAV is back in Zope #64

Closed dataflake closed 4 years ago

dataflake commented 4 years ago

Once WebDAV is back in Zope itself (zopefoundation/Zope#744) all WebDAV-related functionality here can stop depending on or testing for the presence of ZServer.

Furthermore, since FTP will most likely not come back, all FTP-related functionality can be stripped out.

In the end, there should be no dependency on ZServer anymore, which means a whole class of test configurations can go away.

dataflake commented 4 years ago

I have decided to defuse the changes somewhat. The FTP-related bits are still there, and only those rely on the presence of ZServer.