Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.1
-
Fix Version/s: 1.5.2
-
Component/s: Zend_Rest_Server
-
Labels:None
-
Fix Version Priority:Should Have
Description
The Zend_Rest_Server have two functions for the default management of return vales (_handleStruct and _handleScalar) but the functions had hardcoded the encoding of the DomDocument (UTF-8), this issue can be resolved with a simple propiety (var $_encoding) and simple access methods (maybe getResponseEncoding and setResponseEncoding).
It's my first report, so, I don't know how works the community and who say what user resolve the issue, but if it is no problem i can send a patch.
Assigning to
Matthew Weier O'Phinney to initiate issue review.