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

When copying a new file to the DAV server it replies with "replace old one"? #53

Open
berndporr opened this issue Nov 27, 2019 · 0 comments

Comments

@berndporr
Copy link

This is my DAV config (via ssl):

        dav_methods     PUT DELETE MKCOL COPY MOVE;
        dav_ext_methods   PROPFIND OPTIONS;
        create_full_put_path  on;
        dav_access    user:rw group:rw all:r;
        autoindex     on;
        auth_basic "restricted";
        listen [::]:443 ssl;
        listen 443 ssl;

if I copy a new file to the server I get the following strange confirmation dialogue. It's both under Linux and Windows:
create
If I confirm the file is successfully copied.
Not sure if that's a bug or has something to do how I've configured the server.

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

1 participant