Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
1.2
-
None
-
None
-
Operating System: Windows NT/2K
Platform: All
-
21515
Description
The switch statement in method "protected void chardata(String text)throws
XmlRpcException, IOException" (line 310) in class org.apache.xmlrpc.XmlWriter
does not allow character codes outside the 0x20 - 0xFF range prohibiting any
serious use of the library other than for demonstrations.
I've fixed that by allowing all valid XML characters, but I would prefer you to
provide a perhaps more conservative-safe solution plus integrate it in a next
version of the library.
TIA.