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

Implement as OWIN handler #2

Open
rikbosch opened this issue Sep 24, 2014 · 4 comments
Open

Implement as OWIN handler #2

rikbosch opened this issue Sep 24, 2014 · 4 comments

Comments

@rikbosch
Copy link

Hi,

Is it possible to implement the server as an OWIN handler?

Currently the server is HttpListener based. If you implement it as an OWIN handler, it can be hosted on other platforms as well.

Authentication and other modules can then be provided by other OWIN middleware

@dieterbauwens
Copy link

Hello Rik,

The development of the WebDAVSharp.Server component is currently on hold.

Feel free to make the required changes to the code by yourself.

Please let us know if you succeeded with the extension, so we can update the code.

Best regards and good luck,

Dieter

From: Rik [mailto:[email protected]]
Sent: woensdag 24 september 2014 14:44
To: WebDAVSharp/WebDAVSharp.Server
Subject: [WebDAVSharp.Server] Implement as OWIN handler (#2)

Hi,

Is it possible to implement the server as an OWIN handler?

Currently the server is HttpListener based. If you implement it as an OWIN handler, it can be hosted on other platforms as well.

Authentication and other modules can then be provided by other OWIN middleware


Reply to this email directly or view it on GitHub #2 . https://github.com/notifications/beacon/5108056__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcyNzE4MTg2NiwiZGF0YSI6eyJpZCI6NDM1NTk3MzJ9fQ==--d180fd105a1ff2802772b033bd7f246264f76713.gif

@springy76
Copy link

Any news from either side on this OWIN idea?

@dieterbauwens
Copy link

Hi, no, nothing yet from our side.

Dieter

From: springy76 [mailto:[email protected]]
Sent: dinsdag 22 december 2015 18:18
To: WebDAVSharp/WebDAVSharp.Server
Cc: dieterbauwens
Subject: Re: [WebDAVSharp.Server] Implement as OWIN handler (#2)

Any news from either side on this OWIN thing?


Reply to this email directly or view it on GitHub #2 (comment) . https://github.com/notifications/beacon/AE3xWI6fXaKq0ER1fhatXYWkmNsaHAlZks5pSX1HgaJpZM4CmKs0.gif

@springy76
Copy link

It's possible but requires some refactoring (mainly reducing dependencies).

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