I'm sending 'lang' parameter set to 'de' as POST to the editor iframe. However, the editor is still in English. loolwsd-1.9.6-1.
Oh, I see it works with GET, but could you support 'lang' via POST? Or in more general, support all GET arguments to be passed as POST.
Hello Aleksander, Thank you for reporting the bug. Unfortunately without clear steps to reproduce it, we cannot track down the origin of the problem. Please provide a clearer set of step-by-step instructions on how to reproduce the problem. I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' once the steps are provided If you want a direct conversation with LibreOffice Online developers, please access https://webchat.freenode.net/?channels=#libreoffice-dev
Olivier, please don't! The description is clear. Maybe you didn't notice this is about LibreOffice Online product? Looks like you have no idea about the Online product, otherwise you wouldn't ask for clarification here.
Thanks for the report - this was fixed shortly after the release: commit 5f9a9264e4c824a805c182b061f11a9869123fe1 Author: Pranav Kant <pranavk@collabora.co.uk> Date: Mon Nov 7 17:59:42 2016 +0530 Fix menubar l10n, set String.locale before requiring loleaflet Change-Id: Ic5a22f05d0a11bd0485d0c88dfa34dcc6bfe29cf
Are you sure I can POST 'lang'? Please, read my Comment 1.
Yeah, Michael referred to another bug that we fixed. Is there a reason, that you cannot use GET? It might be possible to use POST, but wouldn't it complicate things?
With WOPI backend I already use POST for access_token. Of course I could use both GET and POST, but having all arguments in POST would be clearer from my perspective.
The conclusion is that according to the WOPI specification, only token-related parameters are supposed to be part of the POST, please use GET for the others. Therefore closing this as WONTFIX.