CollaboraOnline / online

Collabora Online is a collaborative online office suite based on LibreOffice technology. This is also the source for the Collabora Office apps for iOS and Android.
https://collaboraonline.com
Other
1.88k stars 710 forks source link

Bad URI syntax exception when file name contains '%' percent character #10604

Open timar opened 5 days ago

timar commented 5 days ago

Bad URI syntax exception when file name contains '%' percent character. E.g. someone has a file in Nextcloud with the name test%.odt, then it won't open in Collabora Online. In the log we will find the "Bad URI syntax" exception.

We had this problem long ago, fixed it (cf. 898c47fbb42b6093c6d31bdd08c605f9b0bc0de2), had protected the fix with unit test. But regression happened nevertheless.

timar commented 5 days ago

Local make run, I renamed writer-edit.fodt to writer-edit%.fodt.