Zend_Client_Http now encodes cookies by default
... this breaks the ajam connection:
Ajam_Exception -> Permission denied
https://forge.tine20.org/view.php?id=12192
Change-Id: I4535b42d6c3fda8c9905310001b24195b02a1b3a
Reviewed-on: http://gerrit.tine20.com/customers/3557
Tested-by: Jenkins CI (http://ci.tine20.com/)
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
$_config['useragent'] = 'PHP ajam remote client (rev: 0.2)';
$_config['keepalive'] = TRUE;
+ $_config['encodecookies'] = false;
parent::__construct($_baseUri, $_config);