userzhy commented on PR #7074: URL: https://github.com/apache/opendal/pull/7074#issuecomment-3685436340
@Xuanwo I've implemented the configurable namespace feature you suggested (`user_metadata_prefix` and `user_metadata_uri` options). Users can now specify their preferred namespace. However, the behavior tests still can't be enabled for our current WebDAV test servers: * `nginx`: Doesn't support `PROPPATCH` at all. * `Nextcloud`/`ownCloud`: Accepts `PROPPATCH` writes, but doesn't return custom namespace properties in `allprop` responses (`RFC4918` allows servers to omit dead properties from `allprop`). The issue is that `stat()` uses `<allprop/>` since we don't know which property keys the user has set. To retrieve specific dead properties, we'd need to explicitly name them in the `PROPFIND` request - but that requires knowing the keys beforehand. -- 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]
