http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23299
[PATCH] UTFDataFormatException: String cannot be longer than 32k.
------- Additional Comments From [EMAIL PROTECTED] 2003-11-07 15:27 ------- I was about to take on this bug :)
...I was wondering - is this a bug of the component that produces the SAX events or the XMLByteStreamCompiler? I mean: now it's ok - but should we silently ignore the problem?
Torsten, I don't understand your concerns. Isn't the fix simply about handling text nodes longer than 32 k? Ok, they shouldn't occur that often (it's half a novel :-) ), but it's possible.
OTOH *why* it is not possible to have longer text nodes by default, so why was the exception thrown? If we split the text node here into littler parts, will they be re-read as *one* text node when reading the XMLByteStream?
Joerg