403 forbidden dismissing event notification
Categories
(Calendar :: Provider: GData, defect)
Tracking
(Not tracked)
People
(Reporter: bugzilla, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
| Reporter | ||
Comment 4•11 years ago
|
||
| Reporter | ||
Comment 5•11 years ago
|
||
| Reporter | ||
Comment 6•11 years ago
|
||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
| Comment hidden (advocacy) |
| Comment hidden (advocacy) |
Comment 14•7 years ago
|
||
Interesting info from bug 1454901:
(eivindt from bug 1454901 comment #11)
I am also now seeing this again, but it's not the same behaviour as in my original report. Let me know if you want me to open a separate bug, or keep it in this one.
The behaviour I'm seeing now seems to be only for recurring events that I have been invited to (i.e. they are not my events).
As other people have noted, there's now a 403 Forbidden response, not the 404 in the original report, and there are no response at all in the user interface (no dialogs of any kind).
I don't know why the provider sends a full calendar json to the googleapis in order to dismiss a notification, but I was able to figure out what field that's causing this problem.
If I manually send the same request to the same url with the same authorization header, I also get a 403 Forbidden. But if I remove the 'recurrence' field:
"recurrence" : [ "RRULE:FREQ=WEEKLY;BYDAY=FR" ],and then resend, I get a 200 OK response.
Also interesting to notice is that in the 200 OK response, the recurrence field looks like this:
"recurrence": [ "RRULE:FREQ=WEEKLY;WKST=MO;BYDAY=FR" ],I.e. the
WKST=MO;has been added.After manually posting this, the reminder is dismissed correctly from Thunderbird as well.
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Please update the see-also field with the URL of the new bug in the external tracker.
Updated•7 years ago
|
Description
•