Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8320918

Fix errors in the built-in Catalog implementation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 22
    • 22
    • xml
    • b26

      There were two errors in the built-in Catalog implementation (JDK-8306055):

         A typo in the property name: jdk.xml.jdkCatalog.resolve should have been jdk.xml.jdkcatalog.resolve.

         jaxp.properties file was not updated. This is caused by forgetting to copy the file from the test.

      These errors did not have an impact on the impl or tests. The typo in the name would have resulted in failing to read the setting in jaxp.properties. But since the property is not currently set in the config file, it's simply ignored.

      The change in jaxp.properties was in documentation, in the form of comments, and therefore had no material impact.

            joehw Joe Wang
            joehw Joe Wang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: