Alfresco returned code 302

cancel
Showing results for 
Search instead for 
Did you mean: 
Blob031
Member II

Alfresco returned code 302

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.

photo_2021.jpg

3 Replies
cristinamr
Advanced

Re: Alfresco returned code 302

Try to access via web (e.g.: http://localhost:8080/alfresco/webdav) with same user, check with your browser developers console tool if you have same issues and share with us the traces, please.

 

Cheers,

Cristina.

--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc
Blob031
Member II

Re: Alfresco returned code 302

I cannot check in PROPFIND browser.

The browser only has a GET request. GET request returns 404

asg
Member II

Re: Alfresco returned code 302

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