From f1f9583cb5a355c143be3125293597614aac4985 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Wed, 7 Jul 2021 15:28:58 +0200 Subject: [PATCH] update space_id grammar --- docs/ocis/adr/0010-routes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ocis/adr/0010-routes.md b/docs/ocis/adr/0010-routes.md index 6bb0ffeb5..035607ae6 100644 --- a/docs/ocis/adr/0010-routes.md +++ b/docs/ocis/adr/0010-routes.md @@ -24,7 +24,7 @@ Note that with an OC10 backend ownCloud's Web format remains unchanged: `https:/ Worth mentioning that on an OC10 backend it seems that `fileid` query parameter takes precedence over the `dir`. In fact if `dir` is invalid but `fileid` isn't, the resolution will succeed, as opposed to if the `fileid` is wrong (doesn't exist) and `dir` correct, resolution will fail altogether. -`space_id` = `:` +`space_id` = `!` ## Decision Drivers @@ -47,7 +47,7 @@ Chosen option: "Consistent Global URL Format". ## Proposed Global URL Format -`https:///#/s//?id=b78c2044-5b51-446f-82f6-907a664d089c:194b4a97-597c-4461-ab56-afd4f5a21607` +`https:///#/s//?id=b78c2044-5b51-446f-82f6-907a664d089c:194b4a97-597c-4461-ab56-afd4f5a21607` `/s` denotes that this is a space url.