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

[configuration] XMLConfiguration ignore a specific encoding in XML declaration

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          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:

              Slack

                Issue deployment