Opened 2 years ago
Closed 2 years ago
#180 closed defect (fixed)
change the type to 'string' for postid and page_id
| Reported by: | daniloercoli | Owned by: | somebody |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.4.6 |
| Component: | XML-RPC | Version: | 1.4.5 |
| Keywords: | Cc: |
Description
The postid returned by the XML-RPC endpoint is an istance of the type int
<member><name>postid</name><value><int>2421031291</int></value></member>
but the server can returns a really great value that exceeds the maximum value allowed by a java int type.
page_id and commentID are returned instead as String.
So, we should change the datatype to String for postid and page_id within the objects model, because the server side will be changed in a near future.
Change History (1)
comment:1 Changed 2 years ago by daniloercoli
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

fixed in [386]