mattcasters commented on issue #5804: URL: https://github.com/apache/hop/issues/5804#issuecomment-3396362881
The 3 failing tests are in `XmlHandlerUnitTest`: * `loadingXmlFromStreamThrowsExceptionWhenParsingXmlWithBigAmountOfExternalEntities()` * `createdDocumentBuilderThrowsExceptionWhenParsingXmlWithABigAmountOfExternalEntities()` * `loadingXmlFromURLThrowsExceptionWhenParsingXmlWithBigAmountOfExternalEntities()` These were supposed to throw an error if some particularly bad XML was loaded. Now, with everything disabled they just load a document and don't even attempt to do anything with the XML content. In some way, I guess that's even better. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
