#534 closed Defect (fixed)
Invalid tags on GUI RPCs
| Reported by: | Nicolas | Owned by: | Bruce Allen |
|---|---|---|---|
| Priority: | Minor | Milestone: | Undetermined |
| Component: | BOINC - API | Version: | |
| Keywords: | patch GUIRPC | Cc: |
Description
I found several invalid tags on both requests and replies on the GUI RPC code. Particularly, replies like <success> instead of <success/>.
I'm writing a GUI RPC library that uses a 'real' XML parser and it doesn't work on some RPCs because of this.
Patch attached (for the ones I found).
Attachments (1)
Change History (3)
Changed 18 years ago by
| Attachment: | guirpc_tags.diff added |
|---|
comment:2 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Patch