Hi, we are trying to upgrade an application using WildFly 26 to WildFly 30. One tricky thing is that the application uses WebDAV (it exposes a WebDAV service by implementing a WebDAV servlet) currently by means of the very old and not maintained
https://github.com/ceefour/webdav-servlet project. I was wondering if anyone maybe has any pointers to a more up to date WebDAV servlet implementation?
ps: we know WebDAV is a very old spec and more modern alternatives exist but we would rather stick with WebDAV if at all possible and minimize migration costs.