Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.5.2
-
Fix Version/s: Next Major Release
-
Component/s: Zend_Rest_Server
-
Labels:None
-
Fix Version Priority:Should Have
Description
- scalar values
are wrapped in a <response> tag followed by <status>success</status> - Exceptions
are wrapped in a <response> tag followed by <status>failed</status> - objects and arrays
are NOT wrapped in a <response> tag and followed by <status>success</status> WHEN there is no 'status' property/element at the top level
The case distinction just makes it harder to code clients.
Suggested Fix: handle objects and arrays like scalars and exceptions
Issue Links
| This issue is dependecy of: | ||||
| ZF-3336 | Zend_Rest XML format |
|
|
|
Please evaluate and categorize as necessary. I've already targeted a release, but please update if that schedule is not appropriate or realistic.