DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23299>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23299 UTFDataFormatException: String cannot be longer than 32k. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2003-10-21 13:20 ------- Sorry, i forgot a description: The patch above fix the bug for me. I have tested i with base64 encoded images as text-nodes (>32k) and this images a rendered now via SVG2JPEG-serializer in CLI-mode, which breaks before. The patch split now string into parts lower then 32k, it works recursive. But i'm not sure, if this will consume much memory like other solutions.
