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

The systemId returned by a resolver is not used by the ValidatorHandler

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • None
    • xml
    • None

      When the source is a SAXSource, the systemId returned by a custom resolver is not used by the ValidatorHandler.

      The following code demonstrate the issue:

      Validator validator = schema.newValidator();
      validator.setResourceResolver(resolver);

      Where the resolver returns a LSInput instance, e.g. new LSInputImpl(null, systemId, null). The systemId then is not used by the Validator.

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

              Created:
              Updated:
              Resolved: