View Issue Details

IDProjectCategoryView StatusLast Update
0005037SOGo ConnectorGUIpublic2020-05-27 14:02
Reportersgargel Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Platform[Server] LinuxOSUbuntuOS Version16.04 LTS
Summary0005037: Using commas in invitation contact names cause to be badly escaped
Description

Using commas in event invitation contact name like "Foo, Bar" <bar.foo@xyz.com> cause, when the event is moved/rescheduled, to be escaped infinitely.

1: "Foo, Bar" <bar.foo@xyz.com>
2: "Foo\, Bar" <bar.foo@xyz.com>
3: "Foo\, Bar" <bar.foo@xyz.com>
4: "Foo\\, Bar" <bar.foo@xyz.com>

and so on... until the event is to big to be processed in calendar server.

on sogo: ERROR: Data too long for columnt 'c_participants' at row 1

This happens on Thunderbird 68 (both windows and linux) with Sogo Connector plugin 68.0.1 using a remote Caldav Calendar.

Steps To Reproduce

Create a new event in a remote CalDav Calendar and invite a user with a comma in the name like "Foo, Bar" <bar.foo@xyz.com>

Move the event to another day and the invited user will have a backslash escaping the comma.

Moving again the event cause the backslash to increase in number.

TagsNo tags attached.

Activities

Christian Mack

Christian Mack

2020-05-27 10:05

developer   ~0014376

Which SOGo version are you using on the server side?

sgargel

sgargel

2020-05-27 10:17

reporter   ~0014377

Last edited: 2020-05-27 14:02

# dpkg -l | grep sogo
ii  sogo:amd64                           3.2.0-1                                    amd64        a modern and scalable groupware
ii  sogo-activesync                      3.2.0-1                                    amd64        a modern and scalable groupware - ActiveSync module
ii  sogo-dbg                             3.2.0-1                                    amd64        a modern and scalable groupware - debugging symbols
ii  sogo-openchange:amd64                3.2.0-1                                    amd64        a modern and scalable groupware - OpenChange backend
Christian Mack

Christian Mack

2020-05-27 10:54

developer   ~0014378

Then you should upgrade your server, as this is fixed.

Issue History

Date Modified Username Field Change
2020-05-26 10:43 sgargel New Issue
2020-05-27 10:05 Christian Mack Note Added: 0014376
2020-05-27 10:17 sgargel Note Added: 0014377
2020-05-27 10:54 Christian Mack Note Added: 0014378
2020-05-27 14:02 francis Note Edited: 0014377