]
Ales Justin updated JBVFS-165:
------------------------------
Fix Version/s: 2.2.0.SP1
VFSInputSource should not implement getCharacterStream
------------------------------------------------------
Key: JBVFS-165
URL:
https://issues.jboss.org/browse/JBVFS-165
Project: JBoss VFS
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 2.1.3.GA, 2.1.3.SP1, 2.2.0.GA, 3.0.0.CR5
Reporter: Ales Justin
Assignee: Ales Justin
Fix For: 2.1.4.GA, 2.2.0.SP1, 3.0.0.GA
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.
For more information on JIRA, see: