Revert xml lib, to avoid unexpected issues

This commit is contained in:
Bruno Bernardino
2025-10-17 20:52:07 +01:00
parent 6280228759
commit b2dda31c51
4 changed files with 26 additions and 14 deletions

View File

@@ -168,8 +168,10 @@ export const handler: Handler<Data, FreshContextState> = async (request, context
await lock.acquire();
const responseXml: Record<string, any> = {
'@version': '1.0',
'@encoding': 'UTF-8',
xml: {
'@version': '1.0',
'@encoding': 'UTF-8',
},
prop: {
'@xmlns:D': 'DAV:',
lockdiscovery: {