Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.11.10
-
Fix Version/s: None
-
Component/s: Zend_Service_Amazon
-
Labels:None
-
Tags:
Description
After debugging I found out that the problem is related with Zend_Http_Client:
if (($method == self::POST || $method == self::PUT || $method == self::DELETE) && $this->enctype === null) {
$this->setEncType(self::ENC_URLENCODED);
}
As copyObject executes a PUT request, I realized that encType can't be URLENCODED.
Issue Links
| This issue is related to: | ||||
| ZF-11030 | Content-type set per default with PUT to '' has for consequence that Zend_Rest_Client PUT can't work |
|
|
|
Related with
ZF-11030see r24269ZF-11030see r24269