Modify ↓
Ticket #381 (closed task: wontfix)
Remove client-side elementtree/lxml requirement
Reported by: | desai | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-client | Version: | |
Keywords: | Cc: | [email protected]… |
Description
The use of xml documents as a transport format predates the use of xml-rpc for client/server communication. Now that we are using xml-rpc, we can build a set of functions that use native xml-rpc datatypes. This has two benefits:
- Remove the overhead of double-encoding all traffic
- Removing the lxml/elementtree client-side requirement
Attachments
Change History
comment:1 Changed 16 years ago by desai
- Milestone changed from Bcfg2 0.9.1 Release to Bcfg2 0.9.2 Release
comment:2 Changed 16 years ago by desai
- Status changed from new to assigned
- Milestone changed from Bcfg2 0.9.3 Release to Bcfg2 0.9.4 Release
comment:4 Changed 15 years ago by desai
- Milestone changed from Bcfg2 0.9.5 Release to Bcfg2 0.9.6 Release
Note: See
TracTickets for help on using
tickets.