Community
Participate
Working Groups
The fix for Bug 340777 introduced some unit test failures. It looks like the string URI for the XML Validator will not be properly encoded, so a URISyntaxException was being thrown when trying to form a URI for the external schema extension.
Created attachment 191829 [details] patch Properly encode the URI.
Code released. Thanks for the quick review.