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

cookie support? #49

Open
ganwell opened this issue Mar 30, 2021 · 2 comments
Open

cookie support? #49

ganwell opened this issue Mar 30, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@ganwell
Copy link

ganwell commented Mar 30, 2021

I have a customer that needs cookie support in his FOSS WebDAV-client. It is a long stack and on the bottom is neon. I wonder on what layer I should implement that on.

neon has a history of adding and removing cookie support. I feel cookie support is orthogonal to WebDAV and should be implemented elsewhere, but if cookie-support is in demand in neon, I would implement it here. Please let me know if you're interested.

@notroj
Copy link
Owner

notroj commented Apr 15, 2021

I had a very half-baked implementation at one point which I removed since it was pretty poor. I guess I'm not totally against it. Do you have an idea of the API which could be exposed, and any rough guess what size of implementation it is?

@ganwell
Copy link
Author

ganwell commented Apr 16, 2021

Thanks a lot for your answer. I have nothing concrete, yet. We will implement a quick solution that solves the customers problem in the layer [1] using neon. The next step in our project is to plan and maybe prototype an upstreamable version. Your answer means that we will consider implementing in neon. Which would benefit the community most, but also means that the solution has to more generic. I'll open an issue with a proposal once the project reached that stage.

[1] LibreOffice NeonSession.cxx

@notroj notroj added the enhancement New feature or request label Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants