Opened 13 years ago
Closed 13 years ago
#3955 closed defect (fixed)
0.9: dojox.wire needs a few fixes.
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
0.9: dojox.wire needs a few fixes.
- XmlElement? and XmlWire? does not work if XML contains DOCTYPE with the same name as the root element. They need to check nodeName only against ELEMENT_NODE.
- Service does not work with Japanese parameter values. Values need to be encoded.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | dojox.wire_updates_20070802.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [9920]) Minor fixes to wire. fixes #3955