#20170 closed defect (bug) (invalid)
The Incutio XML-RPC Library does not strip invalid XML characters
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3.1 |
Component: | XML-RPC | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
Not sure how to contact the library' author, but as I experienced this issue when using with the wordpress's class-IXR.php, so I report here (http://scripts.incutio.com/xmlrpc/)
See the attached script to reproduce the problem: There is a BEL (07) between the character A and B, and the client send the invalid character to the server.
Probably need to filter out the string like this ticket: #19998
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
You should look at your source file encodings a little closer. The problem is actually in your own source code. See file-encoding-problem.png as shown in my editor.