Re: webdav and libreoffice

2023-11-29 Thread Jean-Max Reymond
Le 30/11/2023 à 00:05, Mark Thomas a écrit : On 29/11/2023 21:46, Christopher Schultz wrote: Mark, On 11/29/23 14:09, Mark Thomas wrote: It was this change: https://github.com/apache/tomcat/commit/147fee447e27ec14e3001d9c727db1dcd4cb930c Reason phrase is an optional element of the HTTP

Re: webdav and libreoffice

2023-11-29 Thread Jean-Max Reymond
centos9, 9.0.31 OK 9.0.36 KO 9.0.58 KO 9.0.69 KO Le 29/11/2023 à 06:21, Terence M. Bandoian a écrit : Have you tried with Tomcat 9.0.31 and Ubuntu 22.04?  Or Tomcat 9.0.31 and CentOS 9? -Terence On 11/28/2023 9:00 PM, Jean-Max Reymond wrote: Libreoffice cannot write the document with tomcat

Re: webdav and libreoffice

2023-11-28 Thread Jean-Max Reymond
, Jean-Max Reymond wrote: Hi, I have an application and a webdav servlet with tomcat. I am using libreoffice to edit and save files. the command is: /usr/lib/libreoffice/program/soffice.bin ms-excel:ofe|u|https://cloud.example.com/WebDav/NESTOR/GERARD/Documents.xls --splash-pipe=5 With tomcat

webdav and libreoffice

2023-11-28 Thread Jean-Max Reymond
Hi, I have an application and a webdav servlet with tomcat. I am using libreoffice to edit and save files. the command is: /usr/lib/libreoffice/program/soffice.bin ms-excel:ofe|u|https://cloud.example.com/WebDav/NESTOR/GERARD/Documents.xls --splash-pipe=5 With tomcat 9.0.31 and Ubuntu 20.04,