Closed GoogleCodeExporter closed 8 years ago
That's a bug. And we were thinking nobody uses method override anymore :)
Original comment by fman...@gmail.com
on 20 Jan 2010 at 10:23
I wish I didn't have to. I'm pushing my Lotus Notes calendar entries from work
up to
Google Calendar and because I work at a large corporation I can't get an
exception put
in to the firewall.
Will my workaround for the issue have any side effects? I haven't dug very
deep into
the issue, but I don't see why the header has to be removed at all if it's for
the same
request.
Original comment by jas...@gmail.com
on 20 Jan 2010 at 10:36
I moved the headers.remove inside the block that adds the header. You need to
remove it, becuase if the
method get's called several times, it will create invalid headers.
Headers.Add() is not just replacing the header,
but stringing the values together for the same key.
Can you verify that this change works for you by getting trunk and verifying.
Original comment by fman...@gmail.com
on 3 Feb 2010 at 11:20
Marking as fixed, as i asumme this works per my debugging at least.
Original comment by fman...@gmail.com
on 3 Feb 2010 at 12:19
Sorry I didn't have time to check it out, but your fix sounds good. Thanks for
the
help.
Original comment by jas...@gmail.com
on 4 Feb 2010 at 10:32
Original issue reported on code.google.com by
jas...@gmail.com
on 16 Jan 2010 at 10:52Attachments: