ZF-3633: Zend_Auth_Adapter_OpenId missing setter setHttpClient
Description
In the included openID Auth Adapter there is no possibility to tell the Zend_OpenId_Consumer object which Zend_Http_Client object should be used.
There should be a setter in Zend_Auth_Adapter_OpenId which enables you to init a Zend_Http_Client object which is used then. This is necessary if for example a proxy needs to be used.
Alternativly it could be done in constructor of Zend_OpenId_Consumer like the storage does.
Comments
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:00.000+0000
Updating for the 1.6.0 release.