Open
Bug 742454
Opened 13 years ago
Updated 3 years ago
CN= section is stripped from ORGANIZER field.
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: michael.dillingham, Unassigned)
References
Details
Attachments
(1 file)
|
7.00 KB,
application/octet-stream
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.53.11 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10
Steps to reproduce:
1) Create an event via Convergence that has an attendee
2) Open the event in Lightning then click Save and Close (no need to make any changes)
3) Refresh the calendar in Convergence and you will see that you can no longer edit the event. The event is still editable via Lighning and iCal.
Convergence is a web based email, calender and instant messaging client for the Oracle Communications Unified Communications Suite. The calendar server is a CalDav server.
Actual results:
FireBug Output
===============
fetchcomponents_by_range.wcap
Before Save in Lightning
===============
{
"VERSION":"2.0",
"PRODID":"-//Oracle Corporation/CS 7u2-5.06//EN",
"METHOD":"PUBLISH",
"iCal":[
{
"X-NSCP-CALPROPS-RELATIVE-CALID":{
"X-S1CS-EMAIL":"jdoe@sunnydill.com",
"CONTENT":"/home/jdoe@sunnydill.com/calendar/"
},
"VEVENT":[
{
"UID":"02cfa750-6597-49b5-a91d-8279087a50dc",
"DTSTAMP":"20120314T230950Z",
"SUMMARY":"Test Lightning",
"DTSTART":{
"TZID":"America/Los_Angeles",
"CONTENT":"20120314T170000"
},
"DTEND":{
"TZID":"America/Los_Angeles",
"CONTENT":"20120314T180000"
},
"CREATED":"20120314T230950Z",
"LAST-MODIFIED":"20120314T230950Z",
"CATEGORIES":["Business"],
"CLASS":"PUBLIC",
"ORGANIZER":{ <============== field before being stripped by Lightning
"CN":"John Doe",
"CONTENT":"mailto:jdoe@sunnydill.com"
},
"TRANSP":"OPAQUE",
"LOCATION":"My Office",
"DESCRIPTION":"Test Lightning",
"ATTENDEE":[{
"CN":"Tina Givens",
"PARTSTAT":"NEEDS-ACTION",
"RSVP":"TRUE",
"SCHEDULE-STATUS":"1.2",
"CONTENT":"mailto:tgivens@sunnydill.com"
}]
}],
"X-NSCP-WCAP-ERRNO":"0"
}]
}
=======
After save in Lightning
==============
{
"VERSION":"2.0",
"PRODID":"-//Oracle Corporation/CS 7u2-5.06//EN",
"METHOD":"PUBLISH",
"iCal":[
{
"X-NSCP-CALPROPS-RELATIVE-CALID":{
"X-S1CS-EMAIL":"jdoe@sunnydill.com",
"CONTENT":"/home/jdoe@sunnydill.com/calendar/"
},
"VEVENT":[
{
"UID":"02cfa750-6597-49b5-a91d-8279087a50dc",
"DTSTAMP":"20120314T230950Z",
"SUMMARY":"Test Lightning",
"DTSTART":{
"TZID":"America/Los_Angeles",
"CONTENT":"20120314T170000"
},
"DTEND":{
"TZID":"America/Los_Angeles",
"CONTENT":"20120314T180000"
},
"CREATED":"20120314T230950Z",
"LAST-MODIFIED":"20120314T230950Z",
"CATEGORIES":["Business"],
"CLASS":"PUBLIC",
"ORGANIZER":"mailto:jdoe@sunnydill.com", <============ No ":CN=John Doe" -- stripped by Lightning
"TRANSP":"OPAQUE",
"LOCATION":"My Office",
"DESCRIPTION":"Test Lightning",
"ATTENDEE":[{
"CN":"Tina Givens",
"PARTSTAT":"NEEDS-ACTION",
"RSVP":"TRUE",
"SCHEDULE-STATUS":"1.2",
"CONTENT":"mailto:tgivens@sunnydill.com"
}]
}],
"X-NSCP-WCAP-ERRNO":"0"
}]
}
Expected results:
ORGANIZER field should not have been changed.
Comment 1•13 years ago
|
||
This is likely the same root issue as Bug 723610 and Bug 735619. The latter has a fix that should land in the next nightly builds and soon to be released 1.4b3, is it possible for you to test if the problem still exists with one of those? If it does, this should probably be marked duplicate of Bug 723610.
| Reporter | ||
Comment 2•13 years ago
|
||
I will test as soon as 1.4b3 is available and report back.
Comment 3•13 years ago
|
||
1.4 beta3 candidates for Thunderbird 12 beta: https://ftp.mozilla.org/pub/mozilla.org/calendar/lightning/nightly/1.4b3-candidates/
Comment 4•13 years ago
|
||
I tested this, and this problem is not fixed. Using Thunderbird 12.0 beta and Lightning 1.4b3. I created the event using Oracle Convergence 2p3. The Organizer field is set to "ORGANIZER;CN=Jesse Thompson:mailto:jesse.thompson@doit.wisc.edu". I then opened the event in Lightning and clicked "Save and Close". The Organizer field was changed to "ORGANIZER:mailto:jesse.thompson@doit.wisc.edu"
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•