[jboss-jira] [JBoss JIRA] Created: (JBAS-8457) Encoding not properly supported for domain.xml
David Lloyd (JIRA)
jira-events at lists.jboss.org
Tue Sep 21 22:11:29 EDT 2010
Encoding not properly supported for domain.xml
----------------------------------------------
Key: JBAS-8457
URL: https://jira.jboss.org/browse/JBAS-8457
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Domain Management
Reporter: David Lloyd
Fix For: 7.0.0.M1
The created XML stream reader is created over a Reader rather than an InputStream, thus defeating the native XML encoding detection strategy and requiring domain.xml to be encoded with the platform encoding. Use an InputStream 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