Roman Perekhod
Roman Perekhod
@JammingBen I removed the `WWW-Authenticate Basic` header The popup authentication also made the webUITest faled Please try without authentication popup
@micbar @rhafer @kobergj Please have a look at the POC. It still needs to change the response format for the internal link `PROPFIND` request. ``` /remote.php/dav/public-files/spaces/storage-users-1$some-admin-user-id-0000-000000000000%21b0985455-4a74-4a90-98b0-e8e153e45f51/ S 0 storage-users-1$some-admin-user-id-0000-000000000000!b0985455-4a74-4a90-98b0-e8e153e45f51 storage-users-1$some-admin-user-id-0000-000000000000!some-admin-user-id-0000-000000000000...
> > It still needs to change the response format for the internal link `PROPFIND` request. > > I think the intention for internal links was to have the `/dav/public-files/`...
@micbar @rhafer Based on @JammingBen [suggestion](https://github.com/owncloud/ocis/pull/8926#issuecomment-2090087214) I removed the WWW-Authenticate Basic header in case when unauthenticated clients accessing a password protected link.
@S-Panta I added the PR and some tests have been affected. Please validate the [test result](https://drone.owncloud.com/owncloud/ocis/35090/33/6) and clarify what is the suitable response code (400 or 404) in the given...
But it collides with previous fix [https://github.com/owncloud/ocis/issues/8724](https://github.com/owncloud/ocis/issues/8724)
> > Should there be differences in `/non-existing-file-id` and `/random-string`? If yes then we have to test accordingly > > No. Please don't. 400 was a bad idea. 404 in...
Could there be problems with the fact that the proxy can cache 404?
Hi @StinkyTACO Sorry for delay. You could try to run the ocis with the `inbucket` plug fist. ```docker run -d --name inbucket -p 9000:9000 -p 2500:2500 -p 1100:1100 inbucket/inbucket``` Connect...
Or you can try to run the `ocis_full` example https://owncloud.dev/ocis/deployment/ocis_full/#install-ocis-and-traefik On Linux and macOS you can add them to your /etc/hosts file and on Windows to C:\Windows\System32\Drivers\etc\hosts file like this:...