Skip to content
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

Open
dadg opened this issue Apr 13, 2015 · 4 comments
Open

WebDav support in Wisdom #466

dadg opened this issue Apr 13, 2015 · 4 comments

Comments

@dadg
Copy link

dadg commented Apr 13, 2015

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

@cescoffier
Copy link
Member

What do you mean by support ? Handling WebDav requests ? Having Wisdom jars on a WebDav server ?

@dadg
Copy link
Author

dadg commented Apr 13, 2015

Hi,

Yes I would like to handle WebDav requests.
I'm trying to port a classic Tomcat web application to wisdom, and this application use WebDav thanks to this servlet

It would be cool if there is a simple way to handle this in Wisdom

Thanks so much
WBR // David

@cescoffier
Copy link
Member

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).

@barjo
Copy link
Member

barjo commented Apr 14, 2015

Hi Clement, David,

There is a vertx webdav handler -> https://github.com/jdcasey/webdav-handler
They made an adapter for the ServletRequest and Response, doesn't seems too
much trouble indeed.


Jonathan

On Tue, Apr 14, 2015 at 1:58 PM, Clement Escoffier <[email protected]

wrote:

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).


Reply to this email directly or view it on GitHub
#466 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants