Uploaded image for project: 'Commons Configuration'
  1. Commons Configuration
  2. CONFIGURATION-13

[configuration] XMLConfiguration ignore a specific encoding in XML declaration

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0
    • None
    • None
    • None
    • Operating System: All
      Platform: All

    • 34204

    Description

      I found that usign ConfigurationFactory, XMLConfiguration can't recognize a
      specific encoding in XML declaration because of calling method
      "load(Reader in)" anytime, so I can use only one encoding depend on OS through
      all xml files.

      After finding this problem, I modified implementation to create
      org.w3c.dom.Document by calling
      "DocumentBuilder#parse(new InputSource(Inputstrem in))" to avoid characters
      garbled (gobbledygook), and then I confirmed to be recoginzed encoding.

      I suggest to correct methods which inner class FileConfigurationDelegate in
      XMLConfiguration change to override "load(Inputstrem in)", and
      call "XMLConfiguration.this.load(Inputstrem in);", and method
      "load(InputStream in)" in XMLConfiguration change to call
      "DocumentBuilder#parse(new InputSource(Inputstrem in))".

      Attachments

        1. ASF.LICENSE.NOT.GRANTED--test.zip
          6 kB
          kunihara tetsuya
        2. ASF.LICENSE.NOT.GRANTED--xml-encoding.patch
          0.9 kB
          Emmanuel Bourg

        Activity

          People

            Unassigned Unassigned
            kunihara@atomsystem.co.jp kunihara tetsuya
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: