-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.9.1, 7.0.0-M1
-
Component/s: wicket-examples
-
Labels:None
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.