Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
6.9.1, 7.0.0-M1
-
None
Description
When created with a String input argument, XhtmlRenderer uses the deprecated java.io.StringBufferInputStream, which "does not properly convert characters into bytes" (javadoc).
Thus the rendered output may contain invalid characters for the Ajax response.