#2 closed defect (bug) (fixed)
posting per xmlrpc - works, but gives errmsgs ala "invalid xml"
| Reported by: | steamedpenguin | Owned by: | michel v |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XML-RPC | Version: | |
| Severity: | trivial | Keywords: | has-patch |
| Cc: | Focuses: |
Description
attempts:
a)newsgator 2.0.3.1 b2 plugin
b)jericho-0.7
Attachments (2)
Change History (8)
#4
@
22 years ago
I regularly get truncated responses when getting postTitles and categories via xmlrpc in some clients but not others
#5
@
22 years ago
- Owner changed from to
- Resolution 10 → 20
- Status new → closed
That should be fixed. Add a comment if that happens again, though.
This ticket was mentioned in PR #10720 on WordPress/wordpress-develop by asmitha-16.
8 months ago
#7
- Keywords has-patch added
This PR improves defensive handling in WP_REST_Request::sanitize_params()
by validating parameter types before applying sanitize callbacks.
Benefits:
- Prevents PHP warnings on malformed or unexpected input
- Ensures arrays are sanitized item-by-item
- Improves data integrity for REST API requests
- Aligns with secure coding practices in WordPress core
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Originally from Skippy submitted at steamedpenguin.com/mantis/