[Home]

Summary:ASTERISK-16487: [patch] HTTP redirect support for calendars
Reporter:Bc. Jan Kaláb (pitel)Labels:
Date Opened:2010-08-02 03:54:48Date Closed:2010-09-17 03:46:46
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Resources/res_calendar
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) cal_redirects.patch
Description:libneon does not support HTTP redirects (3xx responses) by default. You must tell it to follow them.

****** ADDITIONAL INFORMATION ******

http://svn.webdav.org/repos/projects/neon/branches/0.29.x/test/redirect.c
Comments:By: Leif Madsen (lmadsen) 2010-08-05 14:50:08

Very cool! Thanks for the patch. Can you see if some people from asterisk-users and/or asterisk-dev could test this?

By: Terry Wilson (twilson) 2010-08-27 08:49:16

looks good.

By: Bc. Jan Kaláb (pitel) 2010-09-14 02:07:38

Review: https://reviewboard.asterisk.org/r/921/

By: Digium Subversion (svnbot) 2010-09-17 03:37:50

Repository: asterisk
Revision: 287269

U   branches/1.8/res/res_calendar_caldav.c
U   branches/1.8/res/res_calendar_ews.c
U   branches/1.8/res/res_calendar_exchange.c
U   branches/1.8/res/res_calendar_icalendar.c

------------------------------------------------------------------------
r287269 | pitel | 2010-09-17 03:37:50 -0500 (Fri, 17 Sep 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 ASTERISK-16487)
Review: https://reviewboard.asterisk.org/r/921/

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=287269

By: Digium Subversion (svnbot) 2010-09-17 03:46:45

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 ASTERISK-16487)
 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 ASTERISK-16493)
........
 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 ASTERISK-16496)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=287272