summaryrefslogtreecommitdiffstats
path: root/wsd/RequestDetails.hpp
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2021-08-24 08:19:07 -0400
committerAshod Nakashian <Ashod@users.noreply.github.com>2021-09-13 09:40:09 -0400
commit6ae7864b5e82b7673d16425028e283836bf00ac4 (patch)
tree969dd3e8e4c2d79f85a03cbe44a4046e52d96f70 /wsd/RequestDetails.hpp
parentwsd: hexifying helpers and tests (diff)
downloadonline-6ae7864b5e82b7673d16425028e283836bf00ac4.tar.gz
online-6ae7864b5e82b7673d16425028e283836bf00ac4.zip
wsd: hexified URL support
Change-Id: I44c46da58e0f807354aaa201ef44d3ecf50f9a07 Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk> (cherry picked from commit 6b5cbce94c41883c7f11c28f4277083798318bf7)
Diffstat (limited to 'wsd/RequestDetails.hpp')
-rw-r--r--wsd/RequestDetails.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/wsd/RequestDetails.hpp b/wsd/RequestDetails.hpp
index 67aa04696c..ec47d7f9d5 100644
--- a/wsd/RequestDetails.hpp
+++ b/wsd/RequestDetails.hpp
@@ -85,6 +85,9 @@
* |--------documentURI---------| |-------WOPISrc------| |--------------compat--------------|
* |options| |sessionId| |command| |serial|
* |---------------------------LegacyDocumentURI---------------------------|
+ *
+ * Alternatively, the LegacyDocumentURI (encoded) could be hexified, as follows:
+ * /lool/0x123456789/ws?WOPISrc=<encoded-document-URI>&compat=/ws[/<sessionId>/<command>/<serial>]
*/
class RequestDetails
{