[jboss-jira] [JBoss JIRA] Created: (JBVFS-165) VFSInputSource should not implement getCharacterStream

Ales Justin (JIRA) jira-events at lists.jboss.org
Thu Sep 16 15:50:28 EDT 2010


VFSInputSource should not implement getCharacterStream
------------------------------------------------------

                 Key: JBVFS-165
                 URL: https://jira.jboss.org/browse/JBVFS-165
             Project: JBoss VFS
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 3.0.0.CR5,  2.2.0.GA, 2.1.3.SP1, 2.1.3.GA
            Reporter: Ales Justin
            Assignee: Ales Justin
             Fix For: 2.1.3.SP2, 3.0.0.CR6


It's related to the encoding with which the XML is parsed.

The encoding specified in
<?xml version="1.0" encoding="UTF-8"?>

is guaranteed to be used unless the user provides a java.io.Reader to the parser. Which is what happens in our case, the encoding specified in the XML is ignored and the system default one is used instead.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list