WebDAV: Fix ACL validation for target folders.

This commit is contained in:
Maurus Decimus
2026-04-24 20:11:48 +02:00
parent e73b65c5a3
commit fb9a1cc211
4 changed files with 16 additions and 2 deletions

View File

@@ -311,6 +311,12 @@ impl TestServerBuilder {
let mut servers = Listeners::parse(&mut self.bootstrap).await;
servers.bind_and_drop_priv(&mut self.bootstrap);
// Set HTTP port
self.bootstrap.registry = self
.bootstrap
.registry
.clone_with_port(self.http_listener_port);
if init_store {
// Add safe defaults if missing
self.bootstrap.insert_safe_defaults().await;