userzhy commented on PR #7074:
URL: https://github.com/apache/opendal/pull/7074#issuecomment-3682747011

   @Xuanwo Thanks for the suggestion! I did try enabling it for `Nextcloud` and 
`ownCloud`, but ran into an issue.
   
   The `PROPPATCH` part works fine - they accept our custom properties. But 
when reading back via `PROPFIND` with `allprop`, `Nextcloud` doesn't return 
custom namespace properties in the response. So the test fails at the 
verification step.
   
   This seems to be a limitation of how `Nextcloud` implements `allprop` 
(RFC4918 does say servers may not return all dead properties). We'd need to 
explicitly request each property by name in `PROPFIND`, but that requires 
knowing what keys the user set beforehand.
   
   For now I've kept the feature available but disabled the test for these 
servers. Let me know if you'd like me to look into a workaround, or if we 
should just document this as a known limitation.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to