Closed
Bug 784487
Opened 12 years ago
Closed 12 years ago
calendar-multiget request is not correctly formatted
Categories
(Calendar :: Provider: CalDAV, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.7
People
(Reporter: jean-louis, Assigned: jean-louis)
References
Details
(Keywords: regression)
Attachments
(1 file)
661 bytes,
patch
|
Fallen
:
review+
Fallen
:
approval-calendar-aurora+
Fallen
:
approval-calendar-beta+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0
Build ID: 20120820141800
Steps to reproduce:
With the new lightning plugin, i'm unable to get any calendar data from the CalDAV server.
The issue was caused by commit http://hg.mozilla.org/releases/comm-beta/rev/a182ec1d232f
The calendar-multiget request should FIRST list its 'prop's it needs, and AFTER that it should print the href's.
This is now the other way around, which causes issues getting the data from the CalDAV server.
Actual results:
No calendar data could be found
Expected results:
All calendar items should show.
Assignee | ||
Updated•12 years ago
|
Severity: normal → critical
See Also: → https://launchpad.net/bugs/1039371
Assignee | ||
Updated•12 years ago
|
Attachment #653926 -
Flags: approval-calendar-beta?
Assignee | ||
Updated•12 years ago
|
Attachment #653926 -
Flags: review?(info)
Assignee | ||
Updated•12 years ago
|
Attachment #653926 -
Flags: review?(info) → review?(philipp)
Comment 1•12 years ago
|
||
Regression from Bug 754164.
Assignee: nobody → info
Blocks: 754164
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Keywords: regression
Comment 2•12 years ago
|
||
Comment on attachment 653926 [details] [diff] [review]
This patch fixes the calendar-multiget request.
I'm surprised this makes a difference. Just in time, I was just about to start the release builds.
Attachment #653926 -
Flags: review?(philipp)
Attachment #653926 -
Flags: review+
Attachment #653926 -
Flags: approval-calendar-beta?
Attachment #653926 -
Flags: approval-calendar-beta+
Attachment #653926 -
Flags: approval-calendar-aurora+
Comment 3•12 years ago
|
||
Pushed to comm-central changeset 06e3e6f847ae
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.9
Comment 4•12 years ago
|
||
Backported to releases/comm-aurora changeset 3ff340786504
Target Milestone: 1.9 → 1.8
Comment 5•12 years ago
|
||
Backported to releases/comm-beta changeset c45b2cea68a6
Target Milestone: 1.8 → 1.7
You need to log in
before you can comment on or make changes to this bug.
Description
•