-
Notifications
You must be signed in to change notification settings - Fork 188
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
Invalid propfind response for sharejail #5711
Comments
related to |
I think my assumption here was wrong.
@C0rby as far as I know I should get some "decaf" etag here? |
Which oCIS version are you using? $ curl -s -k -u admin:admin -X PROPFIND 'https://localhost:9200/dav/spaces/a0ca6a90-a365-4782-871e-d44447bbc668$a0ca6a90-a365-4782-871e-d44447bbc668' | xmllint --format -
<?xml version="1.0"?>
<d:multistatus xmlns:s="http://sabredav.org/ns" xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns">
<d:response>
<d:href>/dav/spaces/a0ca6a90-a365-4782-871e-d44447bbc668$a0ca6a90-a365-4782-871e-d44447bbc668/</d:href>
<d:propstat>
<d:prop>
<oc:id>a0ca6a90-a365-4782-871e-d44447bbc668$a0ca6a90-a365-4782-871e-d44447bbc668!a0ca6a90-a365-4782-871e-d44447bbc668</oc:id>
<oc:fileid>a0ca6a90-a365-4782-871e-d44447bbc668$a0ca6a90-a365-4782-871e-d44447bbc668!a0ca6a90-a365-4782-871e-d44447bbc668</oc:fileid>
<oc:spaceid>a0ca6a90-a365-4782-871e-d44447bbc668</oc:spaceid>
<oc:shareid/>
<d:getetag>"DECAFC00FEE"</d:getetag>
<oc:permissions/>
<d:resourcetype>
<d:collection/>
</d:resourcetype>
<oc:size>0</oc:size>
<oc:favorite>0</oc:favorite>
</d:prop>
<d:status>HTTP/1.1 200 OK</d:status>
</d:propstat>
<d:propstat>
<d:prop>
<oc:file-parent/>
</d:prop>
<d:status>HTTP/1.1 404 Not Found</d:status>
</d:propstat>
</d:response>
</d:multistatus> |
Infinite Scale 2.0.0+0013690d0 Community |
Related: |
Yeah this version doesn't contain the etag fix yet. |
Oh ok, pulled today and your fix was merged January the first... |
Duplicate of #5591 |
Describe the bug
A clear and concise description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
I'd expect a 401 or any other error response on the propfind
Actual behavior
A clear and concise description of what happened.
I receive a 207 and a malformed (no etag) response from the server.
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
Keycloak deployment example
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: