02-21-2021 03:41 AM
Hello.
I am using Alfresco Community Edition 6.2 GA and setup everything via docker.
For configuration, I used this instruction to change ports.
Configured according to this instruction:
https://javaworld-abhinav.blogspot.com/2020/07/change-alfresco-share-proxy-and-db.html
Everything works well, thanks to the author of the article.
I am trying to upload files using webdav protocol.
I can't get a 404 code if the directory doesn't exist. This only happens for PROPFIND.
If I use GET everything is fine.
Help me understand what I'm doing wrong.
Thanks.
02-22-2021 06:45 AM
02-24-2021 02:36 AM
I cannot check in PROPFIND browser.
The browser only has a GET request. GET request returns 404
03-01-2021 05:34 AM
We have exactly the same issue. I found the issue in the error.jsp, which redirects PROPFIND request errors to GET requests to /webdav/ (which then returns 200 instead of the desired 404).
I reported the bug here: https://github.com/Alfresco/alfresco-community-repo/issues/318
Explore our Alfresco products with the links below. Use labels to filter content by product module.