Uploaded image for project: 'JBoss VFS'
  1. JBoss VFS
  2. JBVFS-165

VFSInputSource should not implement getCharacterStream

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.1.4.GA, 2.2.0.SP1, 3.0.0.GA
    • 2.1.3.GA, 2.1.3.SP1, 2.2.0.GA, 3.0.0.CR5
    • None
    • None

      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.

            ajustin@redhat.com Ales Justin
            ajustin@redhat.com Ales Justin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: