mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
* MNT-22136: WebDAV PROPFIND returns 302 instead of 404 (for docker image only) - appears to be regression from REPO-3275 (due to apparent copy & paste from index.jsp) - added new -ve test added to TAS WebDAV to repeat this specific issue (without fix - fails with 302 instead of 404) - see also [WebDavUtil.isLocked()](https://github.com/Alfresco/alfresco-tas-webdav/blob/master/src/main/java/org/alfresco/webdav/dsl/WebDavUtil.java#L359-L376)