-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebDav support in Wisdom #466
Comments
What do you mean by support ? Handling WebDav requests ? Having Wisdom jars on a WebDav server ? |
Hi, Yes I would like to handle WebDav requests. It would be cool if there is a simple way to handle this in Wisdom Thanks so much |
Seems doable without too much troubles. The servlet code is here: http://grepcode.com/file/repo1.maven.org/maven2/org.apache.tomcat/tomcat-catalina/7.0.0/org/apache/catalina/servlets/WebdavServlet.java and a direct mapping seems possible. However, this would be an extension (as webdav is not considered as a core feature). |
Hi Clement, David, There is a vertx webdav handler -> https://github.com/jdcasey/webdav-handler Jonathan On Tue, Apr 14, 2015 at 1:58 PM, Clement Escoffier <[email protected]
|
Hi,
I would like to know if it could be possible to add WebDav support in Wisdom.
As I didn't have any knowledge on Vert.x layer, I don't known how difficult/complex it could be.
Maybe someone have some links on how to add it ?
Thanks.
WBR // Dad
The text was updated successfully, but these errors were encountered: