Sven Meier created WICKET-5374:
----------------------------------

             Summary: SourcesPage fails on resources with non-ASCII characters
                 Key: WICKET-5374
                 URL: https://issues.apache.org/jira/browse/WICKET-5374
             Project: Wicket
          Issue Type: Bug
          Components: wicket-examples
    Affects Versions: 6.9.1, 7.0.0
            Reporter: Sven Meier
            Assignee: Sven Meier
            Priority: Minor


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to