View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005644 | SOGo | Web Calendar | public | 2022-11-23 10:02 | 2022-11-23 13:28 |
Reporter | DB | Assigned To | sebastien | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | [Server] Linux | OS | Ubuntu | OS Version | 16.04 LTS |
Product Version | 5.7.1 | ||||
Fixed in Version | 5.8.0 | ||||
Summary | 0005644: Calendar issues with Thunderbird with lastest nightly built | ||||
Description | Hi everybody, I updated our server this morning to the latest nightly built (5.7.1.20221122-1), and we are experiencing issues with calendars from Thunderbird (This calendar is monumentally not available error message in calendar section). The calendar is working fine from the webmail. In the SOGo logs, we have a 501 errors: "REPORT /SOGo/dav/xxxxx/Calendar/personal/ HTTP/1.1" 501 0/166 0.014 - - 0 - 14 I know that we should contract support version, but do you experience something similar? Best | ||||
Tags | No tags attached. | ||||
same hier... since 5.7.1.20221122-1 nightly build update we see plenty of 501 error messages upon calendar sync in OSX Calendar or Thunderbird. From Web-Gui there are no problems.
Could you kindly review the last changes in nightly build? |
|
I can confirm this bug was introduced by commit https://github.com/Alinto/sogo/commit/c62b043e26111ee4d6073b9b37931e15f3b95753, in file SoObjects/SOGo/SOGoContentObject.m. Specifically:
You can see, that if data is NULL, it will be passed to stringWithUTF8String, which will raise the exception. This is a very critical error, and I'm a bit surprised this wasn't caught during testing... |
|
Thanks for reporting the issue. This is nightly build and is by definition unstable. Sebastien |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2022-11-23 10:02 | DB | New Issue | |
2022-11-23 11:52 | ak | Note Added: 0016415 | |
2022-11-23 12:41 | fLg4tZnRQkBMPTYWFCna | Note Added: 0016416 | |
2022-11-23 13:28 | sebastien | Note Added: 0016417 | |
2022-11-23 13:28 | sebastien | Assigned To | => sebastien |
2022-11-23 13:28 | sebastien | Status | new => resolved |
2022-11-23 13:28 | sebastien | Resolution | open => fixed |
2022-11-23 13:28 | sebastien | Fixed in Version | => 5.8.0 |