[asterisk-bugs] [Asterisk 0017776]: [patch] HTTP redirect support for calendars
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Sep 17 03:46:46 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17776
======================================================================
Reported By: pitel
Assigned To: pitel
======================================================================
Project: Asterisk
Issue ID: 17776
Category: Resources/res_calendar
Reproducibility: always
Severity: trivial
Priority: normal
Status: closed
Asterisk Version: SVN
JIRA: SWP-1996
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 280623
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-08-02 03:54 CDT
Last Modified: 2010-09-17 03:46 CDT
======================================================================
Summary: [patch] HTTP redirect support for calendars
Description:
libneon does not support HTTP redirects (3xx responses) by default. You
must tell it to follow them.
======================================================================
----------------------------------------------------------------------
(0127079) svnbot (reporter) - 2010-09-17 03:46
https://issues.asterisk.org/view.php?id=17776#c127079
----------------------------------------------------------------------
Repository: asterisk
Revision: 287272
_U trunk/
U trunk/res/res_calendar_caldav.c
U trunk/res/res_calendar_ews.c
U trunk/res/res_calendar_exchange.c
U trunk/res/res_calendar_icalendar.c
------------------------------------------------------------------------
r287272 | pitel | 2010-09-17 03:46:45 -0500 (Fri, 17 Sep 2010) | 31 lines
Merged revisions 287269-287271 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r287269 | pitel | 2010-09-17 10:37:49 +0200 (P?\195?\161, 17
z?\195?\161?\197?\153 2010) | 8 lines
Support for HTTP redirects in calendar's URL
libneon does not support HTTP redirects (3xx responses) by default. You
must tell it to follow them.
Also, another little unsigned int fix.
(closes issue https://issues.asterisk.org/view.php?id=17776)
Review: https://reviewboard.asterisk.org/r/921/
........
r287270 | pitel | 2010-09-17 10:42:37 +0200 (P?\195?\161, 17
z?\195?\161?\197?\153 2010) | 6 lines
Asterisk crashing because of double free when EWS request fails
The free is done later in code. I think ast_free() should have built in
checks for double free.
(closes issue https://issues.asterisk.org/view.php?id=17782)
........
r287271 | pitel | 2010-09-17 10:44:28 +0200 (P?\195?\161, 17
z?\195?\161?\197?\153 2010) | 6 lines
Events are visible after they were removed from EWS calendar
Because we must merge calendar even when it's empty.
(closes issue https://issues.asterisk.org/view.php?id=17786)
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=287272
Issue History
Date Modified Username Field Change
======================================================================
2010-09-17 03:46 svnbot Checkin
2010-09-17 03:46 svnbot Note Added: 0127079
======================================================================
More information about the asterisk-bugs
mailing list