Code Monkey home page Code Monkey logo

Comments (6)

kartoch avatar kartoch commented on August 18, 2024

I could force the method _send to accept 301:

 self._send('HEAD', remote_path, (200, 301, 404))

But I'm not sure if it is the right way / coherent with the webdav procotol.

from easywebdav.

amnong avatar amnong commented on August 18, 2024

I'm also unsure...

from easywebdav.

kartoch avatar kartoch commented on August 18, 2024

It seems the '301' case is managed by the ls and mkdir commands. Maybe factorize the code about this case then extends exists for it ?

from easywebdav.

kartoch avatar kartoch commented on August 18, 2024

usually redirection could be manage by requests. Why not put a switch to activate it globaly and/or for each function as optional parameter ? The programmer will choose if it is acceptable to redirect or not.

from easywebdav.

amnong avatar amnong commented on August 18, 2024

Well @kartoch, I'm not sure WebDAV 301 should actually be treated as a redirection. The protocol is a bit unclear to me, to be honest. I just change and fix stuff according to comments of developers who use this library.

So anyway, yes - we can just add this code to the expected codes I guess. I'm personally against turning on automatic redirections in requests because I'm not sure whether or not it makes sense. If you try that yourself and find that it works as expected, please let me know what you tested and how, and submit a pull request.

from easywebdav.

amnong avatar amnong commented on August 18, 2024

Added 301 to expected result of exists().

from easywebdav.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.