-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 7.0.0.Alpha1
-
Component/s: Domain Management
-
Labels:None
-
Estimated Difficulty:Low
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.