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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • None
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: