Created attachment 176431 [details] The connection dialog after opening the first time, box checked After adding a remote WebDAV service in the Remote Files dialog and opening the Edit service dialog the Secure connection box is turned off after pressing OK and reopening the dialog. To reproduce: 1. Add a new WebDAV connection in the Remote Files dialog. I used a NextCloud server that uses https and port 443, so the Secure connection box should be checked. 2. In the top right dropdown menu select Edit service. 3. The File Services dialog shows up, it has the Secure connection box checked. Press OK. 4. In the top right dropdown menu select Edit service again. The File Services dialog shows up, but now it has the Secure connection box unchecked. As a consequence connecting to the remote server does not work anymore. Manually checking the Secure connection box fixes this. In configuration the org.openoffice.Office.Common/Misc/FilePickerPlacesUrls keys value changes from https://... to http://... This did work in 6.0, in 6.1 it started to crash after selecting the Edit service menu item and it's broken since 6.2. Bibisected in linux-6.2 to: https://git.libreoffice.org/core/+/f0a65dbba76359a2c6440329e1736a7eca24090c%5E%21/#F0 author Caolán McNamara <caolanm@redhat.com> Mon Sep 17 14:55:33 2018 +0100 committer Caolán McNamara <caolanm@redhat.com> Tue Sep 18 10:03:03 2018 +0200 crash editing previously added remote cmis http://crashreport.libreoffice.org/stats/crash_details/61ba172a-ce27-46d7-8493-dc7cb688b10a presumably since... commit 767188fd1b1e1f504864f9489076283ebc413625 Adding CC to: Caolán McNamara
Created attachment 176432 [details] The connection dialog after opening the second time, box cleared
The change was probably wrt the set_active vs Check where Check presumably called the toggle handler back then
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/51c735d5109c487fcb876379a16f170c19a98f93 Resolves: tdf#145840 call ToggledDavsHdl on setting checkbox state It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
done in trunk, backport to 7-2 in gerrit
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-2": https://git.libreoffice.org/core/commit/b23a16ff513369b6bf1f534a387d911b6336c9c8 Resolves: tdf#145840 call ToggledDavsHdl on setting checkbox state It will be available in 7.2.4. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
7.2.4 was a hotfix release, updating target in status-whiteboard